]> git.eshelyaron.com Git - emacs.git/commitdiff
(syms_of_keyboard) <input-decode-map>: Doc fix.
authorAndreas Schwab <schwab@suse.de>
Mon, 29 Sep 2008 21:31:20 +0000 (21:31 +0000)
committerAndreas Schwab <schwab@suse.de>
Mon, 29 Sep 2008 21:31:20 +0000 (21:31 +0000)
src/ChangeLog
src/keyboard.c

index da49011d1768d7916b0590581638aaac709382ab..19a6f91070c6c438ea87a1ca137387bfb1f35244 100644 (file)
@@ -1,3 +1,7 @@
+2008-09-29  Andreas Schwab  <schwab@suse.de>
+
+       * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
+
 2008-09-28  Martin Rudalics  <rudalics@gmx.at>
 
        * character.c (Fchar_resolve_modifiers): Rewrite Elisp function
index 52ecf69a19325be88d1c6a7d2651ec9091b08330..ec1b117a13a5a4c270234bd38b82b87c0593c538 100644 (file)
@@ -12212,7 +12212,7 @@ This is used mainly for mapping ASCII function key sequences into
 real Emacs function key events (symbols).
 
 The `read-key-sequence' function replaces any subsequence bound by
-`local-function-key-map' with its binding.  Contrary to `function-key-map',
+`input-key-map' with its binding.  Contrary to `function-key-map',
 this map applies its rebinding regardless of the presence of an ordinary
 binding.  So it is more like `key-translation-map' except that it applies
 before `function-key-map' rather than after.