diff options
| author | Luc Teirlinck | 2005-06-14 23:36:31 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2005-06-14 23:36:31 +0000 |
| commit | 67774855068c4b87aeb0b75d003e77347fe97a47 (patch) | |
| tree | b7dcfc86821248b234ca7e3074209dcaedaa6721 | |
| parent | c5f8bf2df4ae7cb5581ee1e0387110e8bfe35749 (diff) | |
| download | emacs-67774855068c4b87aeb0b75d003e77347fe97a47.tar.gz emacs-67774855068c4b87aeb0b75d003e77347fe97a47.zip | |
(Top): Update detailed menu.
| -rw-r--r-- | lispref/ChangeLog | 2 | ||||
| -rw-r--r-- | lispref/elisp.texi | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index dccb76c4dae..c565e8bdb5f 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2005-06-14 Luc Teirlinck <teirllm@auburn.edu> | 1 | 2005-06-14 Luc Teirlinck <teirllm@auburn.edu> |
| 2 | 2 | ||
| 3 | * elisp.texi (Top): Update detailed menu. | ||
| 4 | |||
| 3 | * edebug.texi (Edebug): Update menu. | 5 | * edebug.texi (Edebug): Update menu. |
| 4 | (Instrumenting): Update xrefs. | 6 | (Instrumenting): Update xrefs. |
| 5 | (Edebug Execution Modes): Correct xref. | 7 | (Edebug Execution Modes): Correct xref. |
diff --git a/lispref/elisp.texi b/lispref/elisp.texi index 1e816487e14..4be680969a1 100644 --- a/lispref/elisp.texi +++ b/lispref/elisp.texi | |||
| @@ -514,7 +514,7 @@ Edebug | |||
| 514 | * Edebug Execution Modes:: Execution modes, stopping more or less often. | 514 | * Edebug Execution Modes:: Execution modes, stopping more or less often. |
| 515 | * Jumping:: Commands to jump to a specified place. | 515 | * Jumping:: Commands to jump to a specified place. |
| 516 | * Edebug Misc:: Miscellaneous commands. | 516 | * Edebug Misc:: Miscellaneous commands. |
| 517 | * Breakpoints:: Setting breakpoints to make the program stop. | 517 | * Breaks:: Setting breakpoints to make the program stop. |
| 518 | * Trapping Errors:: Trapping errors with Edebug. | 518 | * Trapping Errors:: Trapping errors with Edebug. |
| 519 | * Edebug Views:: Views inside and outside of Edebug. | 519 | * Edebug Views:: Views inside and outside of Edebug. |
| 520 | * Edebug Eval:: Evaluating expressions within Edebug. | 520 | * Edebug Eval:: Evaluating expressions within Edebug. |
| @@ -524,7 +524,7 @@ Edebug | |||
| 524 | * Trace Buffer:: How to produce trace output in a buffer. | 524 | * Trace Buffer:: How to produce trace output in a buffer. |
| 525 | * Coverage Testing:: How to test evaluation coverage. | 525 | * Coverage Testing:: How to test evaluation coverage. |
| 526 | * The Outside Context:: Data that Edebug saves and restores. | 526 | * The Outside Context:: Data that Edebug saves and restores. |
| 527 | * Instrumenting Macro Calls:: Specifying how to handle macro calls. | 527 | * Edebug and Macros:: Specifying how to handle macro calls. |
| 528 | * Edebug Options:: Option variables for customizing Edebug. | 528 | * Edebug Options:: Option variables for customizing Edebug. |
| 529 | 529 | ||
| 530 | Debugging Invalid Lisp Syntax | 530 | Debugging Invalid Lisp Syntax |