changeset 47457:cff78e8e5a0a

(kmacro-start-macro): Doc fix.
author Kim F. Storm <storm@cua.dk>
date Fri, 13 Sep 2002 07:18:27 +0000
parents 6289c5b94789
children b9b5cf20c775
files lisp/kmacro.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/kmacro.el	Fri Sep 13 07:18:05 2002 +0000
+++ b/lisp/kmacro.el	Fri Sep 13 07:18:27 2002 +0000
@@ -506,7 +506,7 @@
   "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;