]> git.eshelyaron.com Git - emacs.git/commitdiff
(Checking Whether to Stop): Fix previous change.
authorRichard M. Stallman <rms@gnu.org>
Sun, 1 May 2005 18:51:39 +0000 (18:51 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 1 May 2005 18:51:39 +0000 (18:51 +0000)
lispref/edebug.texi

index 74f4982f886742b08541878d0f8d5b3e6447325f..cc42926ecf7d0403814e8309d0289f76b63e3fcd 100644 (file)
@@ -955,9 +955,8 @@ however, still run out of stack space when using Edebug.
 
 @item
 The state of keyboard macro execution is saved and restored.  While
-Edebug is active, @code{executing-kbd-macro} is bound to
-@code{edebug-continue-kbd-macro}.
-
+Edebug is active, @code{executing-kbd-macro} is bound to @code{nil}
+unless @code{edebug-continue-kbd-macro} is non-@code{nil}.
 @end itemize