diff options
author | Gemini Lasswell <gazally@runbox.com> | 2018-08-14 11:06:04 -0700 |
---|---|---|
committer | Gemini Lasswell <gazally@runbox.com> | 2018-09-09 07:41:49 -0700 |
commit | dc5c76c37488d6fd546eefb33cea1edf4d13859e (patch) | |
tree | 9922602e88eee11d2a0e0c8e16b55d9f363019ec /doc/lispref/edebug.texi | |
parent | bdba72b67199c0899b2e416bf818d240252f8700 (diff) | |
download | emacs-dc5c76c37488d6fd546eefb33cea1edf4d13859e.tar.gz emacs-dc5c76c37488d6fd546eefb33cea1edf4d13859e.tar.bz2 emacs-dc5c76c37488d6fd546eefb33cea1edf4d13859e.zip |
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/edebug.texi')
-rw-r--r-- | doc/lispref/edebug.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/lispref/edebug.texi b/doc/lispref/edebug.texi index 54200b99903..b1a65117167 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. +@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}. |