changeset 40073:399441e11340

Clarify previous change.
author Richard M. Stallman <rms@gnu.org>
date Fri, 19 Oct 2001 23:37:53 +0000
parents 22a7c39a8c32
children 0d68fc35e9ad
files src/eval.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/eval.c	Fri Oct 19 23:33:55 2001 +0000
+++ b/src/eval.c	Fri Oct 19 23:37:53 2001 +0000
@@ -3309,7 +3309,7 @@
 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 @@
     "*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,