diff options
author | Richard M. Stallman <rms@gnu.org> | 2007-10-24 08:15:46 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2007-10-24 08:15:46 +0000 |
commit | 56353e47e78ef18b346793a8c4464a66f076d66c (patch) | |
tree | 5e2fa9e9a1113155265dff73f2dffb6393e26d12 | |
parent | 648db50deae4ed3add8a5665a749858dd7753f64 (diff) | |
download | emacs-56353e47e78ef18b346793a8c4464a66f076d66c.tar.gz emacs-56353e47e78ef18b346793a8c4464a66f076d66c.tar.bz2 emacs-56353e47e78ef18b346793a8c4464a66f076d66c.zip |
(Multiple Displays): Don't mention frame-local vars.
-rw-r--r-- | lispref/frames.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/frames.texi b/lispref/frames.texi index 496ca3c00de..8970a34641a 100644 --- a/lispref/frames.texi +++ b/lispref/frames.texi @@ -141,7 +141,7 @@ is the one for the terminal that the currently selected frame belongs to. These variables include @code{default-minibuffer-frame}, @code{defining-kbd-macro}, @code{last-kbd-macro}, and @code{system-key-alist}. They are always terminal-local, and can never -be buffer-local (@pxref{Buffer-Local Variables}) or frame-local. +be buffer-local (@pxref{Buffer-Local Variables}). A single X server can handle more than one screen. A display name @samp{@var{host}:@var{server}.@var{screen}} has three parts; the last |