From 704788b3ec623d839d1ae7cd206262d554c033d5 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 14 Nov 2001 00:07:34 +0000 Subject: [PATCH] (syms_of_eval): Doc fix. --- src/eval.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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; -- 2.39.5