summaryrefslogtreecommitdiff
path: root/lisp/kmacro.el
diff options
context:
space:
mode:
authorJuri Linkov <juri@jurta.org>2004-03-25 10:39:06 +0000
committerJuri Linkov <juri@jurta.org>2004-03-25 10:39:06 +0000
commitb327c9913d5ef2bba4f9884f1da318fd76cd6157 (patch)
treec287537912acfc317a6ac78de7b9ea1bc91547db /lisp/kmacro.el
parentc4131d962cdc5b0ed67ad245d5d337a00284795a (diff)
* kmacro.el (kmacro-call-macro): Fix docstring.
Diffstat (limited to 'lisp/kmacro.el')
-rw-r--r--lisp/kmacro.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/kmacro.el b/lisp/kmacro.el
index 68717653eb..a129ab53ce 100644
--- a/lisp/kmacro.el
+++ b/lisp/kmacro.el
@@ -609,7 +609,7 @@ command. See `kmacro-call-repeat-key' and `kmacro-call-repeat-with-arg'
for details on how to adjust or disable this behaviour.
To make a macro permanent so you can call it even after defining
-others, use M-x name-last-kbd-macro."
+others, use \\[name-last-kbd-macro]."
(interactive "p")
(let ((repeat-key (and (null no-repeat)
(> (length (this-single-command-keys)) 1)