* src/keyboard.c (syms_of_keyboard): Further tweaks of docstring.
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 13 Feb 2013 19:43:06 +0000 (14:43 -0500)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 13 Feb 2013 19:43:06 +0000 (14:43 -0500)
src/ChangeLog
src/keyboard.c

index bf27fd4..82cc8f0 100644 (file)
@@ -1,3 +1,7 @@
+2013-02-13  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * keyboard.c (syms_of_keyboard): Further tweaks of docstring.
+
 2013-02-13  Dmitry Antipov  <dmantipov@yandex.ru>
 
        * font.c (font_range): Add pos_byte argument.  Adjust comment
index 4ead053..4750748 100644 (file)
@@ -11630,8 +11630,8 @@ definition will take precedence.  */);
 
   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.  */);
+This keymap works like `input-decode-map', but comes after `function-key-map'.
+Another difference is that it is global rather than terminal-local.  */);
   Vkey_translation_map = Fmake_sparse_keymap (Qnil);
 
   DEFVAR_LISP ("deferred-action-list", Vdeferred_action_list,