]> git.eshelyaron.com Git - emacs.git/commitdiff
(syms_of_eval): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Wed, 14 Nov 2001 00:07:34 +0000 (00:07 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 14 Nov 2001 00:07:34 +0000 (00:07 +0000)
src/eval.c

index 2d15fa87431a698ea98fa0f4af467aa24f65f0b3..7397cdfa3422865c6f65d949b7701f4406c2ecd0 100644 (file)
@@ -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;