aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim F. Storm2002-09-13 07:18:27 +0000
committerKim F. Storm2002-09-13 07:18:27 +0000
commit7fdc0c130e3f43da49113e97c620932e2208f9e9 (patch)
tree267f51cead1f6cd3ef6a319a22b0bf48647930f7
parent495aa8f4f66e6e201515f3b0a1f189c212791214 (diff)
downloademacs-7fdc0c130e3f43da49113e97c620932e2208f9e9.tar.gz
emacs-7fdc0c130e3f43da49113e97c620932e2208f9e9.zip
(kmacro-start-macro): Doc fix.
-rw-r--r--lisp/kmacro.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/kmacro.el b/lisp/kmacro.el
index 324878623bc..d74ea0907da 100644
--- a/lisp/kmacro.el
+++ b/lisp/kmacro.el
@@ -506,7 +506,7 @@ Displays the selected macro in the echo area."
506 "Record subsequent keyboard input, defining a keyboard macro. 506 "Record subsequent keyboard input, defining a keyboard macro.
507The commands are recorded even as they are executed. 507The commands are recorded even as they are executed.
508Use \\[kmacro-end-macro] to finish recording and make the macro available. 508Use \\[kmacro-end-macro] to finish recording and make the macro available.
509Use \\[call-last-kbd-macro] to execute the macro. 509Use \\[kmacro-end-and-call-macro] to execute the macro.
510Use \\[name-last-kbd-macro] to give it a permanent name. 510Use \\[name-last-kbd-macro] to give it a permanent name.
511Non-nil arg (prefix arg) means append to last macro defined; 511Non-nil arg (prefix arg) means append to last macro defined;
512 512