(kbd): Doc fix.

This commit is contained in:
Luc Teirlinck 2004-08-09 18:48:23 +00:00
parent 2c0a0e38e9
commit a14b195b00

View file

@ -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)