From 63b833de37ac71a351ce9b0b9ec610eb7af4332d Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Tue, 27 Aug 2002 15:06:13 +0000 Subject: [PATCH] (kmacro-start-macro): Doc fix. --- lisp/ChangeLog | 4 ++++ lisp/kmacro.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8fe32d26982..e40d2261675 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2002-08-27 Andreas Schwab + + * kmacro.el (kmacro-start-macro): Doc fix. + 2002-08-27 Carsten Dominik * textfile/reftex-ref.el (reftex-goto-label): New command. diff --git a/lisp/kmacro.el b/lisp/kmacro.el index b776942e23d..b44f4f71a50 100644 --- a/lisp/kmacro.el +++ b/lisp/kmacro.el @@ -470,7 +470,7 @@ Displays the selected macro in the echo area." (defun kmacro-start-macro (arg) "Record subsequent keyboard input, defining a keyboard macro. The commands are recorded even as they are executed. -Use \\[end-kbd-macro] to finish recording and make the macro available. +Use \\[kmacro-end-macro] to finish recording and make the macro available. Use \\[call-last-kbd-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; -- 2.39.5