aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref/debugging.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/lispref/debugging.texi')
-rw-r--r--doc/lispref/debugging.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/lispref/debugging.texi b/doc/lispref/debugging.texi
index 669c07d5a0e..3d77a5fe0d5 100644
--- a/doc/lispref/debugging.texi
+++ b/doc/lispref/debugging.texi
@@ -28,7 +28,7 @@ compiler, you need to know how to examine the compiler's input buffer.
28 28
29@menu 29@menu
30* Debugger:: How the Emacs Lisp debugger is implemented. 30* Debugger:: How the Emacs Lisp debugger is implemented.
31* Edebug:: A source-level Emacs Lisp debugger. 31* Edebug:: A source-level Emacs Lisp debugger.
32* Syntax Errors:: How to find syntax errors. 32* Syntax Errors:: How to find syntax errors.
33* Test Coverage:: Ensuring you have tested all branches in your code. 33* Test Coverage:: Ensuring you have tested all branches in your code.
34* Compilation Errors:: How to find errors that show up in byte compilation. 34* Compilation Errors:: How to find errors that show up in byte compilation.
@@ -58,7 +58,7 @@ debugger recursively. @xref{Recursive Editing}.
58 58
59@menu 59@menu
60* Error Debugging:: Entering the debugger when an error happens. 60* Error Debugging:: Entering the debugger when an error happens.
61* Infinite Loops:: Stopping and debugging a program that doesn't exit. 61* Infinite Loops:: Stopping and debugging a program that doesn't exit.
62* Function Debugging:: Entering it when a certain function is called. 62* Function Debugging:: Entering it when a certain function is called.
63* Explicit Debug:: Entering it at a certain point in the program. 63* Explicit Debug:: Entering it at a certain point in the program.
64* Using Debugger:: What the debugger does; what you see while in it. 64* Using Debugger:: What the debugger does; what you see while in it.