From: Juri Linkov Date: Thu, 25 Mar 2004 10:39:06 +0000 (+0000) Subject: * kmacro.el (kmacro-call-macro): Fix docstring. X-Git-Tag: ttn-vms-21-2-B4~7111 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b327c9913d5ef2bba4f9884f1da318fd76cd6157;p=emacs.git * kmacro.el (kmacro-call-macro): Fix docstring. --- diff --git a/lisp/kmacro.el b/lisp/kmacro.el index 68717653eb8..a129ab53cef 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)