From: Richard M. Stallman Date: Sun, 1 May 2005 18:51:39 +0000 (+0000) Subject: (Checking Whether to Stop): Fix previous change. X-Git-Tag: ttn-vms-21-2-B4~613 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=473671bd827bc37ff2ad55e975ee8e33c0dca9fb;p=emacs.git (Checking Whether to Stop): Fix previous change. --- diff --git a/lispref/edebug.texi b/lispref/edebug.texi index 74f4982f886..cc42926ecf7 100644 --- a/lispref/edebug.texi +++ b/lispref/edebug.texi @@ -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