diff doc/lispref/commands.texi @ 102846:a447859a557b

* frames.texi (Frames): Clean up introduction. Document `ns' return value for framep. (Creating Frames): Note how the terminal is chosen. (Multiple Terminals, Multiple Displays): Merge into a single node. (Color Parameters): Fix typo. * variables.texi (Local Variables, Buffer-Local Variables) (Creating Buffer-Local): Change link to Multiple Terminals. * os.texi (X11 Keysyms): Change link to Multiple Terminals. * keymaps.texi (Controlling Active Maps): Change link to Multiple Terminals. * commands.texi (Command Loop Info, Keyboard Macros): Change link to Multiple Terminals. * elisp.texi (Top): Update node listing. * vol2.texi (Top): Update node listing. * vol1.texi (Top): Update node listing.
author Chong Yidong <cyd@stupidchicken.com>
date Sat, 04 Apr 2009 22:34:23 +0000
parents ca92073db2a9
children b9d5b3457fac
line wrap: on
line diff
--- a/doc/lispref/commands.texi	Sat Apr 04 15:26:03 2009 +0000
+++ b/doc/lispref/commands.texi	Sat Apr 04 22:34:23 2009 +0000
@@ -781,7 +781,7 @@
 argument for the following command.
 
 This variable is always local to the current terminal and cannot be
-buffer-local.  @xref{Multiple Displays}.
+buffer-local.  @xref{Multiple Terminals}.
 @end defvar
 
 @defvar real-last-command
@@ -3340,7 +3340,7 @@
 @code{end-kbd-macro} set this variable---do not set it yourself.
 
 The variable is always local to the current terminal and cannot be
-buffer-local.  @xref{Multiple Displays}.
+buffer-local.  @xref{Multiple Terminals}.
 @end defvar
 
 @defvar last-kbd-macro
@@ -3348,7 +3348,7 @@
 macro.  Its value is a string or vector, or @code{nil}.
 
 The variable is always local to the current terminal and cannot be
-buffer-local.  @xref{Multiple Displays}.
+buffer-local.  @xref{Multiple Terminals}.
 @end defvar
 
 @defvar kbd-macro-termination-hook