Mercurial > emacs
changeset 47051:11f467f2a131
(kmacro-start-macro): Doc fix.
author | Andreas Schwab <schwab@suse.de> |
---|---|
date | Tue, 27 Aug 2002 15:05:44 +0000 |
parents | 904fd28be439 |
children | 40da307fae0a |
files | lisp/kmacro.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/kmacro.el Tue Aug 27 09:58:05 2002 +0000 +++ b/lisp/kmacro.el Tue Aug 27 15:05:44 2002 +0000 @@ -470,7 +470,7 @@ (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;