From: Richard M. Stallman Date: Wed, 14 Nov 2001 00:07:34 +0000 (+0000) Subject: (syms_of_eval): Doc fix. X-Git-Tag: ttn-vms-21-2-B4~18587 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=704788b3ec623d839d1ae7cd206262d554c033d5;p=emacs.git (syms_of_eval): Doc fix. --- diff --git a/src/eval.c b/src/eval.c index 2d15fa87431..7397cdfa342 100644 --- a/src/eval.c +++ b/src/eval.c @@ -3286,8 +3286,9 @@ before making `inhibit-quit' nil. */); 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;