Mercurial > emacs
changeset 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 | 32a1fa56a8e4 |
children | b996b63f5b3b |
files | src/eval.c |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
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'.");