aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/subr.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/subr.el b/lisp/subr.el
index eb1e5e5df2f..53aef00f899 100644
--- a/lisp/subr.el
+++ b/lisp/subr.el
@@ -566,7 +566,7 @@ The order of bindings in a keymap matters when it is used as a menu."
566(defmacro kbd (keys) 566(defmacro kbd (keys)
567 "Convert KEYS to the internal Emacs key representation. 567 "Convert KEYS to the internal Emacs key representation.
568KEYS should be a string constant in the format used for 568KEYS should be a string constant in the format used for
569saving keyboard macros (see `insert-kbd-macro')." 569saving keyboard macros (see `edmacro-mode')."
570 (read-kbd-macro keys)) 570 (read-kbd-macro keys))
571 571
572(put 'keyboard-translate-table 'char-table-extra-slots 0) 572(put 'keyboard-translate-table 'char-table-extra-slots 0)