diff options
author | Kim F. Storm <storm@cua.dk> | 2002-09-13 07:18:27 +0000 |
---|---|---|
committer | Kim F. Storm <storm@cua.dk> | 2002-09-13 07:18:27 +0000 |
commit | ece5a684226cf9311aa91dabd6864eab4de896f3 (patch) | |
tree | 72c892eca4cbbf7384a00f2c38fe9abc642c78ca /lisp/kmacro.el | |
parent | 47777fc5f6eb6cbbc31613997c49bff28b71cc54 (diff) | |
download | emacs-ece5a684226cf9311aa91dabd6864eab4de896f3.tar.gz |
(kmacro-start-macro): Doc fix.
Diffstat (limited to 'lisp/kmacro.el')
-rw-r--r-- | lisp/kmacro.el | 2 |
1 files changed, 1 insertions, 1 deletions
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; |