diff options
author | Andreas Schwab <schwab@suse.de> | 2002-08-27 15:06:13 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 2002-08-27 15:06:13 +0000 |
commit | 63b833de37ac71a351ce9b0b9ec610eb7af4332d (patch) | |
tree | 2fc91228fe08da8f9e3d094443aaceea7e14b94c /lisp/kmacro.el | |
parent | 3b919c9f8c18da98a9e81449cf3afc347ddaf3a5 (diff) | |
download | emacs-63b833de37ac71a351ce9b0b9ec610eb7af4332d.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 b776942e23d..b44f4f71a50 100644 --- a/lisp/kmacro.el +++ b/lisp/kmacro.el @@ -470,7 +470,7 @@ Displays the selected macro in the echo area." (defun kmacro-start-macro (arg) "Record subsequent keyboard input, defining a keyboard macro. The commands are recorded even as they are executed. -Use \\[end-kbd-macro] to finish recording and make the macro available. +Use \\[kmacro-end-macro] to finish recording and make the macro available. Use \\[call-last-kbd-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; |