aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2006-10-16 18:57:45 +0000
committerRichard M. Stallman2006-10-16 18:57:45 +0000
commit94da4eb43b57b4d8885caca199d7ddade5bc33c5 (patch)
treec8c14516e029f4a2e9acc2b81e397334c68265a0
parentb98cf8d67b54170c4d25220c2b197d9881202509 (diff)
downloademacs-94da4eb43b57b4d8885caca199d7ddade5bc33c5.tar.gz
emacs-94da4eb43b57b4d8885caca199d7ddade5bc33c5.zip
(Edebug Recursive Edit): Minor cleanup.
-rw-r--r--lispref/edebug.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/lispref/edebug.texi b/lispref/edebug.texi
index b2bab6030ed..98718aba74b 100644
--- a/lispref/edebug.texi
+++ b/lispref/edebug.texi
@@ -1044,9 +1044,9 @@ The variables @code{last-command}, @code{this-command},
1044@code{track-mouse}. Commands used within Edebug do not affect these 1044@code{track-mouse}. Commands used within Edebug do not affect these
1045variables outside of Edebug. 1045variables outside of Edebug.
1046 1046
1047The key sequence returned by @code{this-command-keys} is changed by 1047Executing commands within Edebug can change the key sequence that
1048executing commands within Edebug and there is no way to reset 1048would be returned by @code{this-command-keys}, and there is no way to
1049the key sequence from Lisp. 1049reset the key sequence from Lisp.
1050 1050
1051Edebug cannot save and restore the value of 1051Edebug cannot save and restore the value of
1052@code{unread-command-events}. Entering Edebug while this variable has a 1052@code{unread-command-events}. Entering Edebug while this variable has a