diff lispref/edebug.texi @ 61985:2afdce105d7a

(Checking Whether to Stop): Fix previous change.
author Richard M. Stallman <rms@gnu.org>
date Sun, 01 May 2005 18:51:39 +0000
parents ba42da51be40
children 35fe0bb36962 08185296b491
line wrap: on
line diff
--- a/lispref/edebug.texi	Sun May 01 18:49:28 2005 +0000
+++ b/lispref/edebug.texi	Sun May 01 18:51:39 2005 +0000
@@ -955,9 +955,8 @@
 
 @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