# HG changeset patch # User Chong Yidong # Date 1228488314 0 # Node ID 18ca5c2bd7938fc2d8e03b5b0554b73da9613b7a # Parent f2123db444a5081726efd7a9f84e4220088a143c (Vdebug_on_error): Doc fix. diff -r f2123db444a5 -r 18ca5c2bd793 src/eval.c --- 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,