(syms_of_keyboard) <input-decode-map>: Doc fix.
This commit is contained in:
parent
613658d4b2
commit
79f66be1b9
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2008-09-29 Andreas Schwab <schwab@suse.de>
|
||||
|
||||
* keyboard.c (syms_of_keyboard) <input-decode-map>: Doc fix.
|
||||
|
||||
2008-09-28 Martin Rudalics <rudalics@gmx.at>
|
||||
|
||||
* character.c (Fchar_resolve_modifiers): Rewrite Elisp function
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue