summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKim F. Storm <storm@cua.dk>2002-09-13 07:18:27 +0000
committerKim F. Storm <storm@cua.dk>2002-09-13 07:18:27 +0000
commitece5a684226cf9311aa91dabd6864eab4de896f3 (patch)
tree72c892eca4cbbf7384a00f2c38fe9abc642c78ca
parent47777fc5f6eb6cbbc31613997c49bff28b71cc54 (diff)
downloademacs-ece5a684226cf9311aa91dabd6864eab4de896f3.tar.gz
(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."
"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;