diff options
| author | Glenn Morris | 2008-12-12 03:55:24 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-12-12 03:55:24 +0000 |
| commit | 21c58e4d62ce047e68c077ae266a23137d033ece (patch) | |
| tree | f47860dec9dea844c4a23856f0d5c2945b31780c /doc/lispref/debugging.texi | |
| parent | bb4726844070b93997634870b4f69c0ac3a83313 (diff) | |
| download | emacs-21c58e4d62ce047e68c077ae266a23137d033ece.tar.gz emacs-21c58e4d62ce047e68c077ae266a23137d033ece.zip | |
(Error Debugging): Refer forwards to eval-expression-debug-on-error.
Diffstat (limited to 'doc/lispref/debugging.texi')
| -rw-r--r-- | doc/lispref/debugging.texi | 3 |
1 files changed, 2 insertions, 1 deletions
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 | |||
| 89 | signaled and not handled. If @code{debug-on-error} is @code{t}, all | 89 | signaled and not handled. If @code{debug-on-error} is @code{t}, all |
| 90 | kinds of errors call the debugger (except those listed in | 90 | kinds of errors call the debugger (except those listed in |
| 91 | @code{debug-ignored-errors}). If it is @code{nil}, none call the | 91 | @code{debug-ignored-errors}). If it is @code{nil}, none call the |
| 92 | debugger. | 92 | debugger. (Note that @code{eval-expression-debug-on-error} affects the |
| 93 | setting of this variable in some cases; see below.) | ||
| 93 | 94 | ||
| 94 | The value can also be a list of error conditions that should call the | 95 | The value can also be a list of error conditions that should call the |
| 95 | debugger. For example, if you set it to the list | 96 | debugger. For example, if you set it to the list |