# HG changeset patch # User Richard M. Stallman # Date 1005696454 0 # Node ID 2823497a02066a33b31387d492afe10d919a5393 # Parent e4bce1db7f77f755a8f6041fb0235fb75c8f128e (syms_of_eval): Doc fix. diff -r e4bce1db7f77 -r 2823497a0206 src/eval.c --- a/src/eval.c Wed Nov 14 00:07:09 2001 +0000 +++ b/src/eval.c Wed Nov 14 00:07:34 2001 +0000 @@ -3286,8 +3286,9 @@ staticpro (&Qand_optional); DEFVAR_LISP ("stack-trace-on-error", &Vstack_trace_on_error, - doc: /* *Non-nil means automatically display a backtrace buffer -after any error that is handled by the editor command loop. + doc: /* *Non-nil means errors display a backtrace buffer. +More precisely, this happens for any error that is handled +by the editor command loop. If the value is a list, an error only means to display a backtrace if one of its condition symbols appears in the list. */); Vstack_trace_on_error = Qnil;