comparison 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
comparison
equal deleted inserted replaced
61984:2ce055c7db65 61985:2afdce105d7a
953 incremented once to reduce Edebug's impact on the stack. You could, 953 incremented once to reduce Edebug's impact on the stack. You could,
954 however, still run out of stack space when using Edebug. 954 however, still run out of stack space when using Edebug.
955 955
956 @item 956 @item
957 The state of keyboard macro execution is saved and restored. While 957 The state of keyboard macro execution is saved and restored. While
958 Edebug is active, @code{executing-kbd-macro} is bound to 958 Edebug is active, @code{executing-kbd-macro} is bound to @code{nil}
959 @code{edebug-continue-kbd-macro}. 959 unless @code{edebug-continue-kbd-macro} is non-@code{nil}.
960
961 @end itemize 960 @end itemize
962 961
963 962
964 @node Edebug Display Update 963 @node Edebug Display Update
965 @subsubsection Edebug Display Update 964 @subsubsection Edebug Display Update