]> git.eshelyaron.com Git - emacs.git/commitdiff
(kmacro-end-and-call-macro): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Thu, 3 Apr 2003 23:01:45 +0000 (23:01 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 3 Apr 2003 23:01:45 +0000 (23:01 +0000)
lisp/kmacro.el

index db7b6b1fe9be1bde5832401deb926ab53c110a9c..a4cb27f5280088b9e06a54e26a5c0c22ad9963c1 100644 (file)
@@ -665,7 +665,11 @@ With \\[universal-argument], call second macro in macro ring."
 ;;;###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))