emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/emacs-23 r99811: Doc fix (Bug#6224).


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-23 r99811: Doc fix (Bug#6224).
Date: Thu, 20 May 2010 10:50:32 -0400
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 99811
committer: Chong Yidong <address@hidden>
branch nick: emacs-23
timestamp: Thu 2010-05-20 10:50:32 -0400
message:
  Doc fix (Bug#6224).
  
  * keyboard.c (Vlast_command, Vkeyboard_translate_table)
  (Voverriding_terminal_local_map, Vsystem_key_alist)
  (Vlocal_function_key_map): Fix manual link in docstring (Bug#6224).
modified:
  src/ChangeLog
  src/keyboard.c
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2010-05-19 15:23:53 +0000
+++ b/src/ChangeLog     2010-05-20 14:50:32 +0000
@@ -1,3 +1,9 @@
+2010-05-20  Kevin Ryde  <address@hidden>
+
+       * keyboard.c (Vlast_command, Vkeyboard_translate_table)
+       (Voverriding_terminal_local_map, Vsystem_key_alist)
+       (Vlocal_function_key_map): Fix manual link in docstring (Bug#6224).
+
 2010-05-19  Stefan Monnier  <address@hidden>
 
        * editfns.c (Fbyte_to_string): New function.

=== modified file 'src/keyboard.c'
--- a/src/keyboard.c    2010-01-13 08:35:10 +0000
+++ b/src/keyboard.c    2010-05-20 14:50:32 +0000
@@ -12103,7 +12103,7 @@
 was a kill command.
 
 `last-command' has a separate binding for each terminal device.
-See Info node `(elisp)Multiple displays'.  */);
+See Info node `(elisp)Multiple Terminals'.  */);
 
   DEFVAR_KBOARD ("real-last-command", Vreal_last_command,
                 doc: /* Same as `last-command', but never altered by Lisp 
code.  */);
@@ -12241,8 +12241,8 @@
 This is applied to the characters supplied to input methods, not their
 output.  See also `translation-table-for-input'.
 
-This variable has a separate binding for each terminal.  See Info node
-`(elisp)Multiple displays'.  */);
+This variable has a separate binding for each terminal.
+See Info node `(elisp)Multiple Terminals'.  */);
 
   DEFVAR_BOOL ("cannot-suspend", &cannot_suspend,
               doc: /* Non-nil means to always spawn a subshell instead of 
suspending.
@@ -12333,7 +12333,7 @@
 
 `overriding-terminal-local-map' has a separate binding for each
 terminal device.
-See Info node `(elisp)Multiple displays'.  */);
+See Info node `(elisp)Multiple Terminals'.  */);
 
   DEFVAR_LISP ("overriding-local-map", &Voverriding_local_map,
               doc: /* Keymap that overrides all other local keymaps.
@@ -12361,7 +12361,7 @@
 and SYMBOL is its name.
 
 `system-key-alist' has a separate binding for each terminal device.
-See Info node `(elisp)Multiple displays'.  */);
+See Info node `(elisp)Multiple Terminals'.  */);
 
   DEFVAR_KBOARD ("local-function-key-map", Vlocal_function_key_map,
                  doc: /* Keymap that translates key sequences to key sequences 
during input.
@@ -12387,7 +12387,7 @@
 typing `ESC O P x' would return [f1 x].
 
 `local-function-key-map' has a separate binding for each terminal
-device.  See Info node `(elisp)Multiple displays'.  If you need to
+device.  See Info node `(elisp)Multiple Terminals'.  If you need to
 define a binding on all terminals, change `function-key-map'
 instead.  Initially, `local-function-key-map' is an empty keymap that
 has `function-key-map' as its parent on all terminal devices.  */);


reply via email to

[Prev in Thread] Current Thread [Next in Thread]