emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/eval.c


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/src/eval.c
Date: Tue, 13 Nov 2001 19:07:34 -0500

Index: emacs/src/eval.c
diff -u emacs/src/eval.c:1.173 emacs/src/eval.c:1.174
--- emacs/src/eval.c:1.173      Tue Nov 13 02:00:21 2001
+++ emacs/src/eval.c    Tue Nov 13 19:07:34 2001
@@ -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;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]