* kmacro.el (kmacro-call-macro): Fix docstring.

This commit is contained in:
Juri Linkov 2004-03-25 10:39:06 +00:00
parent c4131d962c
commit b327c9913d

View 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)