changeset 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 479179722385
children 5a639dbfcbd6
files src/ChangeLog src/keyboard.c
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Sun Apr 26 19:01:24 2009 +0000
+++ b/src/ChangeLog	Sun Apr 26 20:55:30 2009 +0000
@@ -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.
--- 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.