diff options
| author | Chong Yidong | 2008-12-05 14:45:14 +0000 |
|---|---|---|
| committer | Chong Yidong | 2008-12-05 14:45:14 +0000 |
| commit | fbbdcf2fe0008cc33be41a0c5d7678c08b12ec9c (patch) | |
| tree | 54f74c1c84cb139f6de36e1d4937e9a004bceec8 /src | |
| parent | a5d2a52bd35791e0102f44aa99d9c5990222fdf1 (diff) | |
| download | emacs-fbbdcf2fe0008cc33be41a0c5d7678c08b12ec9c.tar.gz emacs-fbbdcf2fe0008cc33be41a0c5d7678c08b12ec9c.zip | |
(Vdebug_on_error): Doc fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/eval.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/eval.c b/src/eval.c index 6531b977990..d455d1425c6 100644 --- a/src/eval.c +++ b/src/eval.c | |||
| @@ -3666,7 +3666,8 @@ If the value is a list, an error only means to enter the debugger | |||
| 3666 | if one of its condition symbols appears in the list. | 3666 | if one of its condition symbols appears in the list. |
| 3667 | When you evaluate an expression interactively, this variable | 3667 | When you evaluate an expression interactively, this variable |
| 3668 | is temporarily non-nil if `eval-expression-debug-on-error' is non-nil. | 3668 | is temporarily non-nil if `eval-expression-debug-on-error' is non-nil. |
| 3669 | See also variable `debug-on-quit'. */); | 3669 | The command `toggle-debug-on-error' toggles this. |
| 3670 | See also the variable `debug-on-quit'. */); | ||
| 3670 | Vdebug_on_error = Qnil; | 3671 | Vdebug_on_error = Qnil; |
| 3671 | 3672 | ||
| 3672 | DEFVAR_LISP ("debug-ignored-errors", &Vdebug_ignored_errors, | 3673 | DEFVAR_LISP ("debug-ignored-errors", &Vdebug_ignored_errors, |