diff options
| author | Juri Linkov | 2004-03-25 10:39:06 +0000 |
|---|---|---|
| committer | Juri Linkov | 2004-03-25 10:39:06 +0000 |
| commit | b327c9913d5ef2bba4f9884f1da318fd76cd6157 (patch) | |
| tree | c287537912acfc317a6ac78de7b9ea1bc91547db | |
| parent | c4131d962cdc5b0ed67ad245d5d337a00284795a (diff) | |
| download | emacs-b327c9913d5ef2bba4f9884f1da318fd76cd6157.tar.gz emacs-b327c9913d5ef2bba4f9884f1da318fd76cd6157.zip | |
* 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 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' | |||
| 609 | for details on how to adjust or disable this behaviour. | 609 | for details on how to adjust or disable this behaviour. |
| 610 | 610 | ||
| 611 | To make a macro permanent so you can call it even after defining | 611 | To make a macro permanent so you can call it even after defining |
| 612 | others, use M-x name-last-kbd-macro." | 612 | others, 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) |