Mercurial > emacs
changeset 98396:9155ef2a73ec
(syms_of_keyboard) <input-decode-map>: Doc fix.
author | Andreas Schwab <schwab@suse.de> |
---|---|
date | Mon, 29 Sep 2008 21:31:20 +0000 |
parents | d804e034c14f |
children | 2a48bb93c83c |
files | src/ChangeLog src/keyboard.c |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Mon Sep 29 18:58:08 2008 +0000 +++ b/src/ChangeLog Mon Sep 29 21:31:20 2008 +0000 @@ -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
--- a/src/keyboard.c Mon Sep 29 18:58:08 2008 +0000 +++ b/src/keyboard.c Mon Sep 29 21:31:20 2008 +0000 @@ -12212,7 +12212,7 @@ 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.