emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] scratch/list-threads 370b837 5/9: Make small fixes to Edeb


From: Gemini Lasswell
Subject: [Emacs-diffs] scratch/list-threads 370b837 5/9: Make small fixes to Edebug and debugger documentation
Date: Mon, 27 Aug 2018 11:53:10 -0400 (EDT)

branch: scratch/list-threads
commit 370b8374ea1e79933ecab62fc641fc482118226c
Author: Gemini Lasswell <address@hidden>
Commit: Gemini Lasswell <address@hidden>

    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.
---
 doc/lispref/edebug.texi | 2 ++
 doc/lispref/elisp.texi  | 3 ++-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/doc/lispref/edebug.texi b/doc/lispref/edebug.texi
index 54200b9..b1a6511 100644
--- a/doc/lispref/edebug.texi
+++ b/doc/lispref/edebug.texi
@@ -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.
 
address@hidden edebug-backtrace-show-instrumentation
address@hidden 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}.
diff --git a/doc/lispref/elisp.texi b/doc/lispref/elisp.texi
index 7ac9198..1d861fb 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]