# HG changeset patch # User Andreas Schwab # Date 1222723880 0 # Node ID 9155ef2a73ec6850b17d435ca7dc905fb3671fd4 # Parent d804e034c14fafffeda8b97852487eccce32e785 (syms_of_keyboard) : Doc fix. diff -r d804e034c14f -r 9155ef2a73ec src/ChangeLog --- 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 + + * keyboard.c (syms_of_keyboard) : Doc fix. + 2008-09-28 Martin Rudalics * character.c (Fchar_resolve_modifiers): Rewrite Elisp function diff -r d804e034c14f -r 9155ef2a73ec src/keyboard.c --- 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.