From a14b195b009cefe5591c1d630bd82a40f016ba23 Mon Sep 17 00:00:00 2001 From: Luc Teirlinck Date: Mon, 9 Aug 2004 18:48:23 +0000 Subject: [PATCH] (kbd): Doc fix. --- lisp/subr.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2