changeset 56636:e8b05868f298

(kbd): Doc fix.
author Luc Teirlinck <teirllm@auburn.edu>
date Mon, 09 Aug 2004 18:48:23 +0000
parents a8be0bc345d2
children 4ea7f10f1b53
files lisp/subr.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/subr.el	Mon Aug 09 18:42:04 2004 +0000
+++ b/lisp/subr.el	Mon Aug 09 18:48:23 2004 +0000
@@ -566,7 +566,7 @@
 (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)