From: Richard M. Stallman Date: Fri, 19 Oct 2001 23:37:53 +0000 (+0000) Subject: Clarify previous change. X-Git-Tag: ttn-vms-21-2-B4~19336 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=04b905441b5cc9c2043666d648f7797c81800dc0;p=emacs.git Clarify previous change. --- diff --git a/src/eval.c b/src/eval.c index b96fb1788a4..5c54ae3961d 100644 --- a/src/eval.c +++ b/src/eval.c @@ -3309,7 +3309,7 @@ matched by `debug-ignored-errors'.\n\ If the value is a list, an error only means to enter the debugger\n\ if one of its condition symbols appears in the list.\n\ When you evaluate an expression interactively, this variable\n\ -is normally bound to the value of `eval-expression-debug-on-error'.\n\ +is temporarily non-nil if `eval-expression-debug-on-error' is non-nil.\n\ See also variable `debug-on-quit'."); Vdebug_on_error = Qnil; @@ -3326,7 +3326,7 @@ It does not apply to errors handled by `condition-case'."); "*Non-nil means enter debugger if quit is signaled (C-g, for example).\n\ Does not apply if quit is handled by a `condition-case'.\n\ When you evaluate an expression interactively, this variable\n\ -is normally bound to the value of `eval-expression-debug-on-quit'."); +is temporarily non-nil if `eval-expression-debug-on-quit' is non-nil."); debug_on_quit = 0; DEFVAR_BOOL ("debug-on-next-call", &debug_on_next_call,