aboutsummaryrefslogtreecommitdiffstats
path: root/src/eval.c
diff options
context:
space:
mode:
authorRichard M. Stallman2001-11-14 00:07:34 +0000
committerRichard M. Stallman2001-11-14 00:07:34 +0000
commit704788b3ec623d839d1ae7cd206262d554c033d5 (patch)
treec47a0330a53bec314b42abdc18ba2bd099aa5234 /src/eval.c
parent1d6ea92f4fcff0aa652489c87e60151d3bdaf6c2 (diff)
downloademacs-704788b3ec623d839d1ae7cd206262d554c033d5.tar.gz
emacs-704788b3ec623d839d1ae7cd206262d554c033d5.zip
(syms_of_eval): Doc fix.
Diffstat (limited to 'src/eval.c')
-rw-r--r--src/eval.c5
1 files 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. */);
3286 staticpro (&Qand_optional); 3286 staticpro (&Qand_optional);
3287 3287
3288 DEFVAR_LISP ("stack-trace-on-error", &Vstack_trace_on_error, 3288 DEFVAR_LISP ("stack-trace-on-error", &Vstack_trace_on_error,
3289 doc: /* *Non-nil means automatically display a backtrace buffer 3289 doc: /* *Non-nil means errors display a backtrace buffer.
3290after any error that is handled by the editor command loop. 3290More precisely, this happens for any error that is handled
3291by the editor command loop.
3291If the value is a list, an error only means to display a backtrace 3292If the value is a list, an error only means to display a backtrace
3292if one of its condition symbols appears in the list. */); 3293if one of its condition symbols appears in the list. */);
3293 Vstack_trace_on_error = Qnil; 3294 Vstack_trace_on_error = Qnil;