diff options
author | Juri Linkov <juri@jurta.org> | 2004-03-25 10:39:06 +0000 |
---|---|---|
committer | Juri Linkov <juri@jurta.org> | 2004-03-25 10:39:06 +0000 |
commit | b327c9913d5ef2bba4f9884f1da318fd76cd6157 (patch) | |
tree | c287537912acfc317a6ac78de7b9ea1bc91547db | |
parent | c4131d962cdc5b0ed67ad245d5d337a00284795a (diff) |
* kmacro.el (kmacro-call-macro): Fix docstring.
-rw-r--r-- | lisp/kmacro.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/kmacro.el b/lisp/kmacro.el index 68717653eb..a129ab53ce 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) |