aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuri Linkov2004-03-25 10:39:06 +0000
committerJuri Linkov2004-03-25 10:39:06 +0000
commitb327c9913d5ef2bba4f9884f1da318fd76cd6157 (patch)
treec287537912acfc317a6ac78de7b9ea1bc91547db
parentc4131d962cdc5b0ed67ad245d5d337a00284795a (diff)
downloademacs-b327c9913d5ef2bba4f9884f1da318fd76cd6157.tar.gz
emacs-b327c9913d5ef2bba4f9884f1da318fd76cd6157.zip
* kmacro.el (kmacro-call-macro): Fix docstring.
-rw-r--r--lisp/kmacro.el2
1 files changed, 1 insertions, 1 deletions
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'
609for details on how to adjust or disable this behaviour. 609for details on how to adjust or disable this behaviour.
610 610
611To make a macro permanent so you can call it even after defining 611To make a macro permanent so you can call it even after defining
612others, use M-x name-last-kbd-macro." 612others, use \\[name-last-kbd-macro]."
613 (interactive "p") 613 (interactive "p")
614 (let ((repeat-key (and (null no-repeat) 614 (let ((repeat-key (and (null no-repeat)
615 (> (length (this-single-command-keys)) 1) 615 (> (length (this-single-command-keys)) 1)