changeset 60403:49daadbe639b

(Error Debugging): Remove stack-trace-on-error.
author Richard M. Stallman <rms@gnu.org>
date Sat, 05 Mar 2005 13:06:03 +0000
parents e21c7edb7f19
children 7792ed354f31
files lispref/debugging.texi
diffstat 1 files changed, 0 insertions(+), 14 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/debugging.texi	Sat Mar 05 04:44:12 2005 +0000
+++ b/lispref/debugging.texi	Sat Mar 05 13:06:03 2005 +0000
@@ -166,20 +166,6 @@
           (lambda () (setq debug-on-error t)))
 @end example
 
-When the debugger is entered, it shows a backtrace (@pxref{Using
-Debugger}).  If you like to see the backtrace when an error happens,
-but you do not want to enter the debugger, you can set the variable
-@code{stack-trace-on-error} to non-@code{nil}.
-
-@defopt stack-trace-on-error
-This variable determines whether a backtrace buffer is shown when an
-error is signalled and not handled.  If @code{stack-trace-on-error} is
-@code{t}, all kinds of errors display a backtrace; if it is
-@code{nil}, none do.  If the value is a list, an error only means to
-display a backtrace if one of its condition symbols appears in the
-list.
-@end defopt
-
 @node Infinite Loops
 @subsection Debugging Infinite Loops
 @cindex infinite loops