diff options
| author | Richard M. Stallman | 2001-11-14 00:07:34 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2001-11-14 00:07:34 +0000 |
| commit | 704788b3ec623d839d1ae7cd206262d554c033d5 (patch) | |
| tree | c47a0330a53bec314b42abdc18ba2bd099aa5234 /src/eval.c | |
| parent | 1d6ea92f4fcff0aa652489c87e60151d3bdaf6c2 (diff) | |
| download | emacs-704788b3ec623d839d1ae7cd206262d554c033d5.tar.gz emacs-704788b3ec623d839d1ae7cd206262d554c033d5.zip | |
(syms_of_eval): Doc fix.
Diffstat (limited to 'src/eval.c')
| -rw-r--r-- | src/eval.c | 5 |
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. |
| 3290 | after any error that is handled by the editor command loop. | 3290 | More precisely, this happens for any error that is handled |
| 3291 | by the editor command loop. | ||
| 3291 | If the value is a list, an error only means to display a backtrace | 3292 | If the value is a list, an error only means to display a backtrace |
| 3292 | if one of its condition symbols appears in the list. */); | 3293 | if one of its condition symbols appears in the list. */); |
| 3293 | Vstack_trace_on_error = Qnil; | 3294 | Vstack_trace_on_error = Qnil; |