From: Andreas Schwab Date: Mon, 29 Sep 2008 21:31:20 +0000 (+0000) Subject: (syms_of_keyboard) : Doc fix. X-Git-Tag: emacs-pretest-23.0.90~2727 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=79f66be1b987cf350d3c76a27db822e27355773a;p=emacs.git (syms_of_keyboard) : Doc fix. --- diff --git a/src/ChangeLog b/src/ChangeLog index da49011d176..19a6f91070c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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 --git a/src/keyboard.c b/src/keyboard.c index 52ecf69a193..ec1b117a13a 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -12212,7 +12212,7 @@ This is used mainly for mapping ASCII function key sequences into 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.