# HG changeset patch # User Andreas Schwab # Date 1030460744 0 # Node ID 11f467f2a131408dc3f1945e40b19e12f3be57de # Parent 904fd28be4394f468db10fc04e2d4a73d722f655 (kmacro-start-macro): Doc fix. diff -r 904fd28be439 -r 11f467f2a131 lisp/kmacro.el --- a/lisp/kmacro.el Tue Aug 27 09:58:05 2002 +0000 +++ b/lisp/kmacro.el Tue Aug 27 15:05:44 2002 +0000 @@ -470,7 +470,7 @@ (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;