]> code.delx.au - gnu-emacs/commitdiff
* kmacro.el (kmacro-call-macro): Fix docstring.
authorJuri Linkov <juri@jurta.org>
Thu, 25 Mar 2004 10:39:06 +0000 (10:39 +0000)
committerJuri Linkov <juri@jurta.org>
Thu, 25 Mar 2004 10:39:06 +0000 (10:39 +0000)
lisp/kmacro.el

index 68717653eb869a0a1fb81dad2aeaa0eaf28ee448..a129ab53cefbf07cb3807cb9517b21968d36bdf8 100644 (file)
@@ -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)