(kmacro-start-macro): Doc fix.

This commit is contained in:
Andreas Schwab 2002-08-27 15:06:13 +00:00
parent 3b919c9f8c
commit 63b833de37
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2002-08-27 Andreas Schwab <schwab@suse.de>
* kmacro.el (kmacro-start-macro): Doc fix.
2002-08-27 Carsten Dominik <dominik@sand.science.uva.nl>
* textfile/reftex-ref.el (reftex-goto-label): New command.

View file

@ -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;