]> git.eshelyaron.com Git - emacs.git/commitdiff
(kmacro-start-macro): Doc fix.
authorAndreas Schwab <schwab@suse.de>
Tue, 27 Aug 2002 15:06:13 +0000 (15:06 +0000)
committerAndreas Schwab <schwab@suse.de>
Tue, 27 Aug 2002 15:06:13 +0000 (15:06 +0000)
lisp/ChangeLog
lisp/kmacro.el

index 8fe32d2698237663899c9350fa1c648d98128e4a..e40d2261675b42f955a43d7910159df59f68bf71 100644 (file)
@@ -1,3 +1,7 @@
+2002-08-27  Andreas Schwab  <schwab@suse.de>
+
+       * kmacro.el (kmacro-start-macro): Doc fix.
+
 2002-08-27  Carsten Dominik  <dominik@sand.science.uva.nl>
 
        * textfile/reftex-ref.el (reftex-goto-label): New command.
index b776942e23d0270ac04817140348afcd26b88d90..b44f4f71a5074fae205b6739580974b19aec10ce 100644 (file)
@@ -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;