aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRoland McGrath <[email protected]>1992-08-04 21:22:32 +0000
committerRoland McGrath <[email protected]>1992-08-04 21:22:32 +0000
commitcefabdab1ccc77ed0ee43474f947d3e5177404b6 (patch)
tree984bb040389cf21213a2dc6618f710fe230a6331 /src
parent0bcb5285a5daf9183510a757c4ea91910aaf7ac6 (diff)
entered into RCS
Diffstat (limited to 'src')
-rw-r--r--src/eval.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/eval.c b/src/eval.c
index 562974b7dc..e53ee22494 100644
--- a/src/eval.c
+++ b/src/eval.c
@@ -2317,8 +2317,7 @@ See also variable `debug-on-quit'.");
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'.\n\
-A non-nil value is equivalent to a `debug-on-error' value containing `quit'.");
+Does not apply if quit is handled by a `condition-case'.")
debug_on_quit = 0;
DEFVAR_BOOL ("debug-on-next-call", &debug_on_next_call,