# HG changeset patch # User Richard M. Stallman # Date 1003534435 0 # Node ID 22a7c39a8c3285c3be0f3068379358d47f922e04 # Parent 97f6adcfecdc17cfc5f77bd76d2e530b36c0dc24 (syms_of_eval): Doc fixes. diff -r 97f6adcfecdc -r 22a7c39a8c32 src/eval.c --- a/src/eval.c Fri Oct 19 23:33:29 2001 +0000 +++ b/src/eval.c Fri Oct 19 23:33:55 2001 +0000 @@ -3308,6 +3308,8 @@ 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 @@ 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,