diff src/keyboard.c @ 103080:9b4c664289a3

(syms_of_keyboard) <input-decode-map>: Doc fix.
author Johan Bockgård <bojohan@gnu.org>
date Sun, 26 Apr 2009 20:55:30 +0000
parents e68707cf48a5
children f09e430f8c38
line wrap: on
line diff
--- a/src/keyboard.c	Sun Apr 26 19:01:24 2009 +0000
+++ b/src/keyboard.c	Sun Apr 26 20:55:30 2009 +0000
@@ -12333,7 +12333,7 @@
 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.