changeset 50425:5f447cd26b30

(kmacro-end-and-call-macro): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Thu, 03 Apr 2003 23:01:45 +0000
parents 0b8df17aac7e
children 23d82f089582
files lisp/kmacro.el
diffstat 1 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/kmacro.el	Thu Apr 03 23:01:12 2003 +0000
+++ b/lisp/kmacro.el	Thu Apr 03 23:01:45 2003 +0000
@@ -665,7 +665,11 @@
 ;;;###autoload
 (defun kmacro-end-and-call-macro (arg &optional no-repeat)
   "Call last keyboard macro, ending it first if currently being defined.
-With numeric prefix ARG, repeat macro that many times."
+With numeric prefix ARG, repeat macro that many times.
+Zero argument means repeat until there is an error.
+
+To give a macro a permanent name, so you can call it
+even after defining other macros, use \\[name-last-kbd-macro]."
   (interactive "P")
   (if defining-kbd-macro
       (kmacro-end-macro nil))