1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

(kmacro-start-macro): Doc fix.

This commit is contained in:
Kim F. Storm 2002-09-13 07:18:27 +00:00
parent 495aa8f4f6
commit 7fdc0c130e

View file

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