comparison src/eval.c @ 41029:2823497a0206

(syms_of_eval): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Wed, 14 Nov 2001 00:07:34 +0000
parents c767a5ebe4cd
children 242c6928accc
comparison
equal deleted inserted replaced
41028:e4bce1db7f77 41029:2823497a0206
3284 3284
3285 Qand_optional = intern ("&optional"); 3285 Qand_optional = intern ("&optional");
3286 staticpro (&Qand_optional); 3286 staticpro (&Qand_optional);
3287 3287
3288 DEFVAR_LISP ("stack-trace-on-error", &Vstack_trace_on_error, 3288 DEFVAR_LISP ("stack-trace-on-error", &Vstack_trace_on_error,
3289 doc: /* *Non-nil means automatically display a backtrace buffer 3289 doc: /* *Non-nil means errors display a backtrace buffer.
3290 after any error that is handled by the editor command loop. 3290 More precisely, this happens for any error that is handled
3291 by the editor command loop.
3291 If the value is a list, an error only means to display a backtrace 3292 If the value is a list, an error only means to display a backtrace
3292 if one of its condition symbols appears in the list. */); 3293 if one of its condition symbols appears in the list. */);
3293 Vstack_trace_on_error = Qnil; 3294 Vstack_trace_on_error = Qnil;
3294 3295
3295 DEFVAR_LISP ("debug-on-error", &Vdebug_on_error, 3296 DEFVAR_LISP ("debug-on-error", &Vdebug_on_error,