]> git.eshelyaron.com Git - emacs.git/commitdiff
Make small fixes to Edebug and debugger documentation
authorGemini Lasswell <gazally@runbox.com>
Tue, 14 Aug 2018 18:06:04 +0000 (11:06 -0700)
committerGemini Lasswell <gazally@runbox.com>
Sun, 9 Sep 2018 14:41:49 +0000 (07:41 -0700)
* doc/lispref/elisp.texi (Top): Update menu.
* doc/lispref/edebug.texi (Edebug Misc): Index
edebug-backtrace-show-instrumentation and
edebug-backtrace-hide-instrumentation.

doc/lispref/edebug.texi
doc/lispref/elisp.texi

index 54200b9990355755f032eee928f3959f2402e184..b1a6511716773aabec181f1d27c2685a3cb4d441 100644 (file)
@@ -445,6 +445,8 @@ Display a backtrace, excluding Edebug's own functions for clarity
 @xref{Backtraces}, for a description of backtraces
 and the commands which work on them.
 
+@findex edebug-backtrace-show-instrumentation
+@findex edebug-backtrace-hide-instrumentation
 If you would like to see Edebug's functions in the backtrace,
 use @kbd{M-x edebug-backtrace-show-instrumentation}.  To hide them
 again use @kbd{M-x edebug-backtrace-hide-instrumentation}.
index 7ac9198bf8496175fd2b536ef12b3824520bec35..1d861fbced401d74c9e91e701d5d2ed9bcae2e0f 100644 (file)
@@ -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.