(kbd): Doc fix.
This commit is contained in:
parent
2c0a0e38e9
commit
a14b195b00
1 changed files with 1 additions and 1 deletions
|
@ -566,7 +566,7 @@ The order of bindings in a keymap matters when it is used as a menu."
|
|||
(defmacro kbd (keys)
|
||||
"Convert KEYS to the internal Emacs key representation.
|
||||
KEYS should be a string constant in the format used for
|
||||
saving keyboard macros (see `insert-kbd-macro')."
|
||||
saving keyboard macros (see `edmacro-mode')."
|
||||
(read-kbd-macro keys))
|
||||
|
||||
(put 'keyboard-translate-table 'char-table-extra-slots 0)
|
||||
|
|
Loading…
Add table
Reference in a new issue