comparison 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
comparison
equal deleted inserted replaced
36660:32a1fa56a8e4 36661:6d423e4621ef
3253 if one of its condition symbols appears in the list."); 3253 if one of its condition symbols appears in the list.");
3254 Vstack_trace_on_error = Qnil; 3254 Vstack_trace_on_error = Qnil;
3255 3255
3256 DEFVAR_LISP ("debug-on-error", &Vdebug_on_error, 3256 DEFVAR_LISP ("debug-on-error", &Vdebug_on_error,
3257 "*Non-nil means enter debugger if an error is signaled.\n\ 3257 "*Non-nil means enter debugger if an error is signaled.\n\
3258 Does not apply to errors handled by `condition-case'.\n\ 3258 Does not apply to errors handled by `condition-case' or those\n\
3259 matched by `debug-ignored-errors'.\n\
3259 If the value is a list, an error only means to enter the debugger\n\ 3260 If the value is a list, an error only means to enter the debugger\n\
3260 if one of its condition symbols appears in the list.\n\ 3261 if one of its condition symbols appears in the list.\n\
3261 See also variable `debug-on-quit'."); 3262 See also variable `debug-on-quit'.");
3262 Vdebug_on_error = Qnil; 3263 Vdebug_on_error = Qnil;
3263 3264