# HG changeset patch
# User Richard M. Stallman <rms@gnu.org>
# Date 1049410905 0
# Node ID 5f447cd26b30340283a8084c8e24aa5ee93ab2c1
# Parent  0b8df17aac7efc6cc4963555a3fa2ad29964f54f
(kmacro-end-and-call-macro): Doc fix.

diff -r 0b8df17aac7e -r 5f447cd26b30 lisp/kmacro.el
--- 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))