+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
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.