summaryrefslogtreecommitdiff
path: root/doc/lispref/elisp.texi
diff options
context:
space:
mode:
authorGemini Lasswell <gazally@runbox.com>2018-08-14 11:06:04 -0700
committerGemini Lasswell <gazally@runbox.com>2018-09-09 07:41:49 -0700
commitdc5c76c37488d6fd546eefb33cea1edf4d13859e (patch)
tree9922602e88eee11d2a0e0c8e16b55d9f363019ec /doc/lispref/elisp.texi
parentbdba72b67199c0899b2e416bf818d240252f8700 (diff)
downloademacs-dc5c76c37488d6fd546eefb33cea1edf4d13859e.tar.gz
Make small fixes to Edebug and debugger documentation
* doc/lispref/elisp.texi (Top): Update menu. * doc/lispref/edebug.texi (Edebug Misc): Index edebug-backtrace-show-instrumentation and edebug-backtrace-hide-instrumentation.
Diffstat (limited to 'doc/lispref/elisp.texi')
-rw-r--r--doc/lispref/elisp.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/lispref/elisp.texi b/doc/lispref/elisp.texi
index 7ac9198bf84..1d861fbced4 100644
--- a/doc/lispref/elisp.texi
+++ b/doc/lispref/elisp.texi
@@ -655,7 +655,8 @@ The Lisp Debugger
* Function Debugging:: Entering it when a certain function is called.
* Variable Debugging:: Entering it when a variable is modified.
* Explicit Debug:: Entering it at a certain point in the program.
-* Using Debugger:: What the debugger does; what you see while in it.
+* Using Debugger:: What the debugger does.
+* Backtraces:: What you see while in the debugger.
* Debugger Commands:: Commands used while in the debugger.
* Invoking the Debugger:: How to call the function @code{debug}.
* Internals of Debugger:: Subroutines of the debugger, and global variables.