]> git.eshelyaron.com Git - emacs.git/commitdiff
(kmacro-start-macro): Doc fix.
authorKim F. Storm <storm@cua.dk>
Fri, 13 Sep 2002 07:18:27 +0000 (07:18 +0000)
committerKim F. Storm <storm@cua.dk>
Fri, 13 Sep 2002 07:18:27 +0000 (07:18 +0000)
lisp/kmacro.el

index 324878623bc8d814d45476c649364dfae5ad1904..d74ea0907da9c10e19a7a1691ef8285b6c588646 100644 (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;