From: Luc Teirlinck Date: Mon, 9 Aug 2004 18:48:23 +0000 (+0000) Subject: (kbd): Doc fix. X-Git-Tag: ttn-vms-21-2-B4~5315 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a14b195b009cefe5591c1d630bd82a40f016ba23;p=emacs.git (kbd): Doc fix. --- 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." (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)