aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref/debugging.texi
diff options
context:
space:
mode:
authorGlenn Morris2018-01-29 07:50:21 -0800
committerGlenn Morris2018-01-29 07:50:21 -0800
commit81c2c2fa319b27550a2eb5021618c5eef3e813fd (patch)
tree889b0bae5120e7439c4e5970f64fa04d76ed27c5 /doc/lispref/debugging.texi
parent0d342cbe381be5a74f8a0be81bfc6ecb58e625b3 (diff)
parent8d4500087f547e203cfba03f61dcbe641bf650de (diff)
downloademacs-81c2c2fa319b27550a2eb5021618c5eef3e813fd.tar.gz
emacs-81c2c2fa319b27550a2eb5021618c5eef3e813fd.zip
Merge from origin/emacs-26
8d45000 (origin/emacs-26) Fix some issues in the emacs/lispref manuals 194ded5 Fix multiple spaces in Emacs manual 57a5461 * lisp/files.el (save-some-buffers): Doc fix. (Bug#30215) 231474f Adjudicate comments to "International" chapter of Emacs manual
Diffstat (limited to 'doc/lispref/debugging.texi')
-rw-r--r--doc/lispref/debugging.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/lispref/debugging.texi b/doc/lispref/debugging.texi
index 307bba6e69b..e69f95b9d1a 100644
--- a/doc/lispref/debugging.texi
+++ b/doc/lispref/debugging.texi
@@ -619,7 +619,7 @@ was called. The convention for arguments is detailed in the description
619of @code{debug} (@pxref{Invoking the Debugger}). 619of @code{debug} (@pxref{Invoking the Debugger}).
620@end defvar 620@end defvar
621 621
622@deffn Command backtrace 622@defun backtrace
623@cindex run time stack 623@cindex run time stack
624@cindex call stack 624@cindex call stack
625This function prints a trace of Lisp function calls currently active. 625This function prints a trace of Lisp function calls currently active.
@@ -669,9 +669,9 @@ forms are elided.
669----------- Buffer: backtrace-output ------------ 669----------- Buffer: backtrace-output ------------
670@end group 670@end group
671@end smallexample 671@end smallexample
672@end deffn 672@end defun
673 673
674@defvar debugger-stack-frame-as-list 674@defopt debugger-stack-frame-as-list
675If this variable is non-@code{nil}, every stack frame of the backtrace 675If this variable is non-@code{nil}, every stack frame of the backtrace
676is displayed as a list. This aims at improving the backtrace 676is displayed as a list. This aims at improving the backtrace
677readability at the cost of special forms no longer being visually 677readability at the cost of special forms no longer being visually
@@ -700,7 +700,7 @@ example would look as follows:
700----------- Buffer: backtrace-output ------------ 700----------- Buffer: backtrace-output ------------
701@end group 701@end group
702@end smallexample 702@end smallexample
703@end defvar 703@end defopt
704 704
705@defvar debug-on-next-call 705@defvar debug-on-next-call
706@cindex @code{eval}, and debugging 706@cindex @code{eval}, and debugging