changeset 100373:42c2c343946f

(Error Debugging): Refer forwards to eval-expression-debug-on-error.
author Glenn Morris <rgm@gnu.org>
date Fri, 12 Dec 2008 03:55:24 +0000
parents a2a672d854a1
children 216f983c6491
files doc/lispref/ChangeLog doc/lispref/debugging.texi
diffstat 2 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/doc/lispref/ChangeLog	Fri Dec 12 02:21:58 2008 +0000
+++ b/doc/lispref/ChangeLog	Fri Dec 12 03:55:24 2008 +0000
@@ -1,3 +1,8 @@
+2008-12-12  Glenn Morris  <rgm@gnu.org>
+
+	* debugging.texi (Error Debugging): Refer forwards to
+	eval-expression-debug-on-error.
+
 2008-12-05  Eli Zaretskii  <eliz@gnu.org>
 
 	* strings.texi (String Basics): Only unibyte strings that
--- a/doc/lispref/debugging.texi	Fri Dec 12 02:21:58 2008 +0000
+++ b/doc/lispref/debugging.texi	Fri Dec 12 03:55:24 2008 +0000
@@ -89,7 +89,8 @@
 signaled and not handled.  If @code{debug-on-error} is @code{t}, all
 kinds of errors call the debugger (except those listed in
 @code{debug-ignored-errors}).  If it is @code{nil}, none call the
-debugger.
+debugger.  (Note that @code{eval-expression-debug-on-error} affects the
+setting of this variable in some cases; see below.)
 
 The value can also be a list of error conditions that should call the
 debugger.  For example, if you set it to the list