1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-30 17:10:51 -08:00

(Checking Whether to Stop): Fix previous change.

This commit is contained in:
Richard M. Stallman 2005-05-01 18:51:39 +00:00
parent be6ed24aba
commit 473671bd82

View 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