Mercurial > emacs
diff src/eval.c @ 100243:18ca5c2bd793
(Vdebug_on_error): Doc fix.
| author | Chong Yidong <cyd@stupidchicken.com> |
|---|---|
| date | Fri, 05 Dec 2008 14:45:14 +0000 |
| parents | 88a8ab97052b |
| children | e038c1a8307c |
line wrap: on
line diff
--- a/src/eval.c Fri Dec 05 14:44:53 2008 +0000 +++ b/src/eval.c Fri Dec 05 14:45:14 2008 +0000 @@ -3666,7 +3666,8 @@ if one of its condition symbols appears in the list. When you evaluate an expression interactively, this variable is temporarily non-nil if `eval-expression-debug-on-error' is non-nil. -See also variable `debug-on-quit'. */); +The command `toggle-debug-on-error' toggles this. +See also the variable `debug-on-quit'. */); Vdebug_on_error = Qnil; DEFVAR_LISP ("debug-ignored-errors", &Vdebug_ignored_errors,
