# HG changeset patch # User Dave Love # Date 984059840 0 # Node ID 6d423e4621efc97a8d395d6dbb67208b6f829210 # Parent 32a1fa56a8e4f816592ca655e9acf8a844754dfd (syms_of_eval) : DOc fix. diff -r 32a1fa56a8e4 -r 6d423e4621ef src/eval.c --- 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'.");