summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2001-10-19 23:36:59 +0000
committerRichard M. Stallman <rms@gnu.org>2001-10-19 23:36:59 +0000
commita2012c0b02a2901b77ddd86eab892e43760c31b3 (patch)
tree8d56f513846a04da8fccbb56b3d7b53f45a8f614
parent7e0bd09174d037096dc5280cb6caa387d48e7dfd (diff)
downloademacs-a2012c0b02a2901b77ddd86eab892e43760c31b3.tar.gz
Clarify previous change.
-rw-r--r--src/eval.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/eval.c b/src/eval.c
index 73db8f71656..fb6cea32c84 100644
--- a/src/eval.c
+++ b/src/eval.c
@@ -3285,7 +3285,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;
@@ -3302,7 +3302,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,