diff options
| author | Kim F. Storm | 2002-09-13 07:18:27 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2002-09-13 07:18:27 +0000 |
| commit | 7fdc0c130e3f43da49113e97c620932e2208f9e9 (patch) | |
| tree | 267f51cead1f6cd3ef6a319a22b0bf48647930f7 | |
| parent | 495aa8f4f66e6e201515f3b0a1f189c212791214 (diff) | |
| download | emacs-7fdc0c130e3f43da49113e97c620932e2208f9e9.tar.gz emacs-7fdc0c130e3f43da49113e97c620932e2208f9e9.zip | |
(kmacro-start-macro): Doc fix.
| -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 324878623bc..d74ea0907da 100644 --- a/lisp/kmacro.el +++ b/lisp/kmacro.el | |||
| @@ -506,7 +506,7 @@ Displays the selected macro in the echo area." | |||
| 506 | "Record subsequent keyboard input, defining a keyboard macro. | 506 | "Record subsequent keyboard input, defining a keyboard macro. |
| 507 | The commands are recorded even as they are executed. | 507 | The commands are recorded even as they are executed. |
| 508 | Use \\[kmacro-end-macro] to finish recording and make the macro available. | 508 | Use \\[kmacro-end-macro] to finish recording and make the macro available. |
| 509 | Use \\[call-last-kbd-macro] to execute the macro. | 509 | Use \\[kmacro-end-and-call-macro] to execute the macro. |
| 510 | Use \\[name-last-kbd-macro] to give it a permanent name. | 510 | Use \\[name-last-kbd-macro] to give it a permanent name. |
| 511 | Non-nil arg (prefix arg) means append to last macro defined; | 511 | Non-nil arg (prefix arg) means append to last macro defined; |
| 512 | 512 | ||