Mercurial > emacs
changeset 100243:18ca5c2bd793
(Vdebug_on_error): Doc fix.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Fri, 05 Dec 2008 14:45:14 +0000 |
parents | f2123db444a5 |
children | c7fd170dbe3d |
files | src/eval.c |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
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,