mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
* kmacro.el (kmacro-call-macro): Fix docstring.
This commit is contained in:
parent
c4131d962c
commit
b327c9913d
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue