summaryrefslogtreecommitdiff
path: root/src/keyboard.c
diff options
context:
space:
mode:
authorJohan Bockgård <bojohan@gnu.org>2009-04-26 20:55:30 +0000
committerJohan Bockgård <bojohan@gnu.org>2009-04-26 20:55:30 +0000
commit9d0644c40f36ee13c7a71c9f9013aeb2cda21a37 (patch)
treefb6806a5ab50a355ab7d589d3bcc0eb99e8f0364 /src/keyboard.c
parent6c4cfaf836b948efbffce349f5c20a0819d6bfdd (diff)
downloademacs-9d0644c40f36ee13c7a71c9f9013aeb2cda21a37.tar.gz
(syms_of_keyboard) <input-decode-map>: Doc fix.
Diffstat (limited to 'src/keyboard.c')
-rw-r--r--src/keyboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keyboard.c b/src/keyboard.c
index 05c5102340f..9f9705d56bf 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -12333,7 +12333,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
-`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.