]> git.eshelyaron.com Git - emacs.git/commitdiff
(kbd): Doc fix.
authorLuc Teirlinck <teirllm@auburn.edu>
Mon, 9 Aug 2004 18:48:23 +0000 (18:48 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Mon, 9 Aug 2004 18:48:23 +0000 (18:48 +0000)
lisp/subr.el

index eb1e5e5df2f6c8a160c321064008a705f2b8a8d0..53aef00f899eba376bde41055a4d8c76664d12ef 100644 (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)