X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/2bb0eca1ebe1ff1b9939b6350a2e5310c17a7e8c..acfa068f4a1a4652b784af1d7aaac92929399249:/doc/lispref/edebug.texi diff --git a/doc/lispref/edebug.texi b/doc/lispref/edebug.texi index 9d50f5fb31..99b4c21784 100644 --- a/doc/lispref/edebug.texi +++ b/doc/lispref/edebug.texi @@ -9,7 +9,7 @@ @c , Bugs and Todo List, Top, Top -@node Edebug, Syntax Errors, Debugger, Debugging +@node Edebug @section Edebug @cindex Edebug debugging facility @@ -975,8 +975,8 @@ unless @code{edebug-continue-kbd-macro} is non-@code{nil}. @c needs an xref to be on just one line. When Edebug needs to display something (e.g., in trace mode), it saves the current window configuration from ``outside'' Edebug -(@pxref{Window Configurations}). When you exit Edebug (by continuing -the program), it restores the previous window configuration. +(@pxref{Window Configurations}). When you exit Edebug, it restores +the previous window configuration. Emacs redisplays only when it pauses. Usually, when you continue execution, the program re-enters Edebug at a breakpoint or after @@ -1035,10 +1035,10 @@ The current match data. @xref{Match Data}. @item The variables @code{last-command}, @code{this-command}, -@code{last-input-event}, @code{last-command-event}, +@code{last-command-event}, @code{last-input-event}, @code{last-event-frame}, @code{last-nonmenu-event}, and -@code{track-mouse}. Commands used within Edebug do not affect these -variables outside of Edebug. +@code{track-mouse}. Commands in Edebug do not affect these variables +outside of Edebug. Executing commands within Edebug can change the key sequence that would be returned by @code{this-command-keys}, and there is no way to