]> git.eshelyaron.com Git - emacs.git/commitdiff
(Error Debugging): Refer forwards to eval-expression-debug-on-error.
authorGlenn Morris <rgm@gnu.org>
Fri, 12 Dec 2008 03:55:24 +0000 (03:55 +0000)
committerGlenn Morris <rgm@gnu.org>
Fri, 12 Dec 2008 03:55:24 +0000 (03:55 +0000)
doc/lispref/ChangeLog
doc/lispref/debugging.texi

index e36aecce0405c108a490a5a300234e01bf4a625f..e1631105aa0879fc3a4937fe07564c15eacafa62 100644 (file)
@@ -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
index 1ade99f5479fc2bee5f99a493edd8ee2742f1d63..d47e7089570223bd356577fc4dc972efbf82dc3d 100644 (file)
@@ -89,7 +89,8 @@ This variable determines whether the debugger is called when an error is
 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