# HG changeset patch # User Luc Teirlinck # Date 1092077303 0 # Node ID e8b05868f298bd226ed06a7d762ddd5a3f225645 # Parent a8be0bc345d23ef2e8e8d7717ad8da14f85398a4 (kbd): Doc fix. diff -r a8be0bc345d2 -r e8b05868f298 lisp/subr.el --- 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)