Mercurial > emacs
diff src/eval.c @ 36661:6d423e4621ef
(syms_of_eval) <debug-on-error>: DOc fix.
| author | Dave Love <fx@gnu.org> |
|---|---|
| date | Thu, 08 Mar 2001 13:57:20 +0000 |
| parents | e033d60bd048 |
| children | d37840301629 |
line wrap: on
line diff
--- a/src/eval.c Thu Mar 08 11:32:17 2001 +0000 +++ b/src/eval.c Thu Mar 08 13:57:20 2001 +0000 @@ -3255,7 +3255,8 @@ 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'.");
