]> git.eshelyaron.com Git - emacs.git/commitdiff
(syms_of_eval) <debug-on-error>: DOc fix.
authorDave Love <fx@gnu.org>
Thu, 8 Mar 2001 14:00:54 +0000 (14:00 +0000)
committerDave Love <fx@gnu.org>
Thu, 8 Mar 2001 14:00:54 +0000 (14:00 +0000)
src/ChangeLog
src/eval.c

index 7e7a26918673b507f767b927b104f5ee2910322c..6eb06971f5d07a7ef6dbddc106f745be7d1645cd 100644 (file)
@@ -1,3 +1,7 @@
+2001-03-08  Dave Love  <fx@gnu.org>
+
+       * eval.c (syms_of_eval) <debug-on-error>: DOc fix.
+
 2001-03-08  Gerd Moellmann  <gerd@gnu.org>
 
        * process.c (Fset_process_window_size): Fix a typo.
index 7571f802c2e78331d2247182bc090f6180ca1c8c..7ba6c3cdcde4eac7841c94b65402221d9568031f 100644 (file)
@@ -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'.");