(kmacro-start-macro): Doc fix.
This commit is contained in:
parent
3b919c9f8c
commit
63b833de37
2 changed files with 5 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue