From: Richard M. Stallman Date: Fri, 19 Oct 2001 23:33:55 +0000 (+0000) Subject: (syms_of_eval): Doc fixes. X-Git-Tag: ttn-vms-21-2-B4~19337 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=875470a5664b17050bfa9d7c55b557f0c5a7f84e;p=emacs.git (syms_of_eval): Doc fixes. --- diff --git a/src/eval.c b/src/eval.c index 10170548cf2..b96fb1788a4 100644 --- a/src/eval.c +++ b/src/eval.c @@ -3308,6 +3308,8 @@ Does not apply to errors handled by `condition-case' or those\n\ 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\ See also variable `debug-on-quit'."); Vdebug_on_error = Qnil; @@ -3322,7 +3324,9 @@ It does not apply to errors handled by `condition-case'."); DEFVAR_BOOL ("debug-on-quit", &debug_on_quit, "*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'."); +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'."); debug_on_quit = 0; DEFVAR_BOOL ("debug-on-next-call", &debug_on_next_call,