diff options
author | Kim F. Storm <storm@cua.dk> | 2002-09-13 07:18:27 +0000 |
---|---|---|
committer | Kim F. Storm <storm@cua.dk> | 2002-09-13 07:18:27 +0000 |
commit | 7fdc0c130e3f43da49113e97c620932e2208f9e9 (patch) | |
tree | 267f51cead1f6cd3ef6a319a22b0bf48647930f7 /lisp/kmacro.el | |
parent | 495aa8f4f66e6e201515f3b0a1f189c212791214 (diff) | |
download | emacs-7fdc0c130e3f43da49113e97c620932e2208f9e9.tar.gz |
(kmacro-start-macro): Doc fix.
Diffstat (limited to 'lisp/kmacro.el')
-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." "Record subsequent keyboard input, defining a keyboard macro. The commands are recorded even as they are executed. Use \\[kmacro-end-macro] to finish recording and make the macro available. -Use \\[call-last-kbd-macro] to execute the macro. +Use \\[kmacro-end-and-call-macro] to execute the macro. Use \\[name-last-kbd-macro] to give it a permanent name. Non-nil arg (prefix arg) means append to last macro defined; |