From: Glenn Morris Date: Fri, 12 Dec 2008 03:55:24 +0000 (+0000) Subject: (Error Debugging): Refer forwards to eval-expression-debug-on-error. X-Git-Tag: emacs-pretest-23.0.90~1136 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=21c58e4d62ce047e68c077ae266a23137d033ece;p=emacs.git (Error Debugging): Refer forwards to eval-expression-debug-on-error. --- diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index e36aecce040..e1631105aa0 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,3 +1,8 @@ +2008-12-12 Glenn Morris + + * debugging.texi (Error Debugging): Refer forwards to + eval-expression-debug-on-error. + 2008-12-05 Eli Zaretskii * strings.texi (String Basics): Only unibyte strings that diff --git a/doc/lispref/debugging.texi b/doc/lispref/debugging.texi index 1ade99f5479..d47e7089570 100644 --- a/doc/lispref/debugging.texi +++ b/doc/lispref/debugging.texi @@ -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