From: Kim F. Storm Date: Fri, 13 Sep 2002 07:18:27 +0000 (+0000) Subject: (kmacro-start-macro): Doc fix. X-Git-Tag: ttn-vms-21-2-B4~13189 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7fdc0c130e3f43da49113e97c620932e2208f9e9;p=emacs.git (kmacro-start-macro): Doc fix. --- 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;