From: Dave Love Date: Thu, 8 Mar 2001 14:00:54 +0000 (+0000) Subject: (syms_of_eval) : DOc fix. X-Git-Tag: emacs-pretest-21.0.100~121 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=80c8ab8c9b6428b52b014706d8901ee7602378a8;p=emacs.git (syms_of_eval) : DOc fix. --- 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'.");