From 80c8ab8c9b6428b52b014706d8901ee7602378a8 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Thu, 8 Mar 2001 14:00:54 +0000 Subject: [PATCH] (syms_of_eval) : DOc fix. --- src/ChangeLog | 4 ++++ src/eval.c | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index 7e7a2691867..6eb06971f5d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2001-03-08 Dave Love + + * eval.c (syms_of_eval) : DOc fix. + 2001-03-08 Gerd Moellmann * process.c (Fset_process_window_size): Fix a typo. diff --git a/src/eval.c b/src/eval.c index 7571f802c2e..7ba6c3cdcde 100644 --- a/src/eval.c +++ b/src/eval.c @@ -3255,7 +3255,8 @@ if one of its condition symbols appears in the list."); DEFVAR_LISP ("debug-on-error", &Vdebug_on_error, "*Non-nil means enter debugger if an error is signaled.\n\ -Does not apply to errors handled by `condition-case'.\n\ +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\ See also variable `debug-on-quit'."); -- 2.39.5