From 79f66be1b987cf350d3c76a27db822e27355773a Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Mon, 29 Sep 2008 21:31:20 +0000 Subject: [PATCH] (syms_of_keyboard) : Doc fix. --- src/ChangeLog | 4 ++++ src/keyboard.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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. -- 2.39.5