]> git.eshelyaron.com Git - emacs.git/commitdiff
(syms_of_keyboard) <input-decode-map>: Doc fix.
authorJohan Bockgård <bojohan@gnu.org>
Sun, 26 Apr 2009 20:55:30 +0000 (20:55 +0000)
committerJohan Bockgård <bojohan@gnu.org>
Sun, 26 Apr 2009 20:55:30 +0000 (20:55 +0000)
src/ChangeLog
src/keyboard.c

index ae770b1953bb69a43896a809db87f09722df1a55..a2e8264cbc515ba9ec24afd8d7b4fd41eabbe329 100644 (file)
@@ -1,3 +1,7 @@
+2009-04-26  Johan Bockgård  <bojohan@gnu.org>
+
+       * keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
+
 2009-04-25  Jason Rumney  <jasonr@gnu.org>
 
        * w32font.c (clear_cached_metrics): Remove, unused since 2008-08-02.
index 05c5102340f40b9b05714ffe6a338037370d1fac..9f9705d56bfe5714f1787a16e800f7cde54e069f 100644 (file)
@@ -12333,7 +12333,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
-`input-key-map' with its binding.  Contrary to `function-key-map',
+`input-decode-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.