mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-10 08:10:21 -08:00
(Error Debugging): Refer forwards to eval-expression-debug-on-error.
This commit is contained in:
parent
bb47268440
commit
21c58e4d62
2 changed files with 7 additions and 1 deletions
|
|
@ -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>
|
2008-12-05 Eli Zaretskii <eliz@gnu.org>
|
||||||
|
|
||||||
* strings.texi (String Basics): Only unibyte strings that
|
* strings.texi (String Basics): Only unibyte strings that
|
||||||
|
|
|
||||||
|
|
@ -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
|
signaled and not handled. If @code{debug-on-error} is @code{t}, all
|
||||||
kinds of errors call the debugger (except those listed in
|
kinds of errors call the debugger (except those listed in
|
||||||
@code{debug-ignored-errors}). If it is @code{nil}, none call the
|
@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
|
The value can also be a list of error conditions that should call the
|
||||||
debugger. For example, if you set it to the list
|
debugger. For example, if you set it to the list
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue