Mercurial > emacs
changeset 41029:2823497a0206
(syms_of_eval): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 14 Nov 2001 00:07:34 +0000 |
parents | e4bce1db7f77 |
children | 8144c97ba576 |
files | src/eval.c |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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;