aboutsummaryrefslogtreecommitdiffstats
path: root/src/eval.c
diff options
context:
space:
mode:
authorDave Love <[email protected]>2001-03-08 14:00:54 +0000
committerDave Love <[email protected]>2001-03-08 14:00:54 +0000
commit80c8ab8c9b6428b52b014706d8901ee7602378a8 (patch)
treeb37508caa6559a56e7a76170dc6b33e6ca925a28 /src/eval.c
parent989521fdbc24a7ae6bea390060e0212229f0939b (diff)
(syms_of_eval) <debug-on-error>: DOc fix.
Diffstat (limited to 'src/eval.c')
-rw-r--r--src/eval.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/eval.c b/src/eval.c
index 7571f802c2..7ba6c3cdcd 100644
--- a/src/eval.c
+++ b/src/eval.c
@@ -3255,7 +3255,8 @@ if one of its condition symbols appears in the list.");
DEFVAR_LISP ("debug-on-error", &Vdebug_on_error,
"*Non-nil means enter debugger if an error is signaled.\n\
-Does not apply to errors handled by `condition-case'.\n\
+Does not apply to errors handled by `condition-case' or those\n\
+matched by `debug-ignored-errors'.\n\
If the value is a list, an error only means to enter the debugger\n\
if one of its condition symbols appears in the list.\n\
See also variable `debug-on-quit'.");