aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuc Teirlinck2004-08-09 18:48:23 +0000
committerLuc Teirlinck2004-08-09 18:48:23 +0000
commita14b195b009cefe5591c1d630bd82a40f016ba23 (patch)
tree11c92755ef441c90378892e778fde7bdba05dbae
parent2c0a0e38e968ecf7e394f851c4512ab6d5ecccb6 (diff)
downloademacs-a14b195b009cefe5591c1d630bd82a40f016ba23.tar.gz
emacs-a14b195b009cefe5591c1d630bd82a40f016ba23.zip
(kbd): Doc fix.
-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)