Mercurial > emacs
changeset 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 | 2ce055c7db65 |
children | 91b85d61710d |
files | lispref/edebug.texi |
diffstat | 1 files changed, 2 insertions(+), 3 deletions(-) [+] |
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