# HG changeset patch # User Johan Bockgrd # Date 1240779330 0 # Node ID 9b4c664289a3f18e7bb7efe9b7ab5c50612803cc # Parent 479179722385d4e09431b2d000db68a0cf99233e (syms_of_keyboard) : Doc fix. diff -r 479179722385 -r 9b4c664289a3 src/ChangeLog --- 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 + + * keyboard.c (syms_of_keyboard) : Doc fix. + 2009-04-25 Jason Rumney * w32font.c (clear_cached_metrics): Remove, unused since 2008-08-02. diff -r 479179722385 -r 9b4c664289a3 src/keyboard.c --- 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.