diff options
| author | Richard M. Stallman | 2005-05-01 18:51:39 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-05-01 18:51:39 +0000 |
| commit | 473671bd827bc37ff2ad55e975ee8e33c0dca9fb (patch) | |
| tree | a736f792c98e29aacd507bc69669799585700058 | |
| parent | be6ed24abaafbbb93aab880523963a38f76cc91a (diff) | |
| download | emacs-473671bd827bc37ff2ad55e975ee8e33c0dca9fb.tar.gz emacs-473671bd827bc37ff2ad55e975ee8e33c0dca9fb.zip | |
(Checking Whether to Stop): Fix previous change.
| -rw-r--r-- | lispref/edebug.texi | 5 |
1 files changed, 2 insertions, 3 deletions
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. | |||
| 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 | ||