1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-29 19:48:19 +00:00

(Top): Update detailed menu.

This commit is contained in:
Luc Teirlinck 2005-06-14 23:36:31 +00:00
parent c5f8bf2df4
commit 6777485506
2 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,7 @@
2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
* elisp.texi (Top): Update detailed menu.
* edebug.texi (Edebug): Update menu.
(Instrumenting): Update xrefs.
(Edebug Execution Modes): Correct xref.

View File

@ -514,7 +514,7 @@ Edebug
* Edebug Execution Modes:: Execution modes, stopping more or less often.
* Jumping:: Commands to jump to a specified place.
* Edebug Misc:: Miscellaneous commands.
* Breakpoints:: Setting breakpoints to make the program stop.
* Breaks:: Setting breakpoints to make the program stop.
* Trapping Errors:: Trapping errors with Edebug.
* Edebug Views:: Views inside and outside of Edebug.
* Edebug Eval:: Evaluating expressions within Edebug.
@ -524,7 +524,7 @@ Edebug
* Trace Buffer:: How to produce trace output in a buffer.
* Coverage Testing:: How to test evaluation coverage.
* The Outside Context:: Data that Edebug saves and restores.
* Instrumenting Macro Calls:: Specifying how to handle macro calls.
* Edebug and Macros:: Specifying how to handle macro calls.
* Edebug Options:: Option variables for customizing Edebug.
Debugging Invalid Lisp Syntax