emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/emacs-24 r111255: * src/keyboard.c (input-d


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r111255: * src/keyboard.c (input-decode-map, key-translation-map): Doc fixes.
Date: Tue, 12 Feb 2013 20:26:43 -0800
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 111255
committer: Glenn Morris <address@hidden>
branch nick: emacs-24
timestamp: Tue 2013-02-12 20:26:43 -0800
message:
  * src/keyboard.c (input-decode-map, key-translation-map): Doc fixes.
modified:
  src/ChangeLog
  src/keyboard.c
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2013-02-12 18:43:11 +0000
+++ b/src/ChangeLog     2013-02-13 04:26:43 +0000
@@ -1,3 +1,7 @@
+2013-02-13  Glenn Morris  <address@hidden>
+
+       * keyboard.c (input-decode-map, key-translation-map): Doc fixes.
+
 2013-02-12  Paul Eggert  <address@hidden>
 
        Improve AIX port some more (Bug#13650).

=== modified file 'src/keyboard.c'
--- a/src/keyboard.c    2013-01-01 09:11:05 +0000
+++ b/src/keyboard.c    2013-02-13 04:26:43 +0000
@@ -11902,9 +11902,7 @@
 and its return value (a key sequence) is used.
 
 The events that come from bindings in `input-decode-map' are not
-themselves looked up in `input-decode-map'.
-
-This variable is keyboard-local.  */);
+themselves looked up in `input-decode-map'.  */);
 
   DEFVAR_LISP ("function-key-map", Vfunction_key_map,
                doc: /* The parent keymap of all `local-function-key-map' 
instances.
@@ -11917,8 +11915,7 @@
   DEFVAR_LISP ("key-translation-map", Vkey_translation_map,
                doc: /* Keymap of key translations that can override keymaps.
 This keymap works like `function-key-map', but comes after that,
-and its non-prefix bindings override ordinary bindings.
-Another difference is that it is global rather than keyboard-local.  */);
+and its non-prefix bindings override ordinary bindings.  */);
   Vkey_translation_map = Fmake_sparse_keymap (Qnil);
 
   DEFVAR_LISP ("deferred-action-list", Vdeferred_action_list,


reply via email to

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