diff man/lispref/debugging.texi @ 70:131b0175ea99 r20-0b30

Import from CVS: tag r20-0b30
author cvs
date Mon, 13 Aug 2007 09:02:59 +0200
parents 05472e90ae02
children 8eaf7971accc
line wrap: on
line diff
--- a/man/lispref/debugging.texi	Mon Aug 13 09:00:04 2007 +0200
+++ b/man/lispref/debugging.texi	Mon Aug 13 09:02:59 2007 +0200
@@ -95,18 +95,6 @@
 errors also can invoke the debugger.  @xref{Processes}.
 @end defopt
 
-@defopt debug-ignored-errors
-This variable specifies certain kinds of errors that should not enter
-the debugger.  Its value is a list of error condition symbols and/or
-regular expressions.  If the error has any of those condition symbols,
-or if the error message matches any of the regular expressions, then
-that error does not enter the debugger, regardless of the value of
-@code{debug-on-error}.
-
-The normal value of this variable lists several errors that happen often
-during editing but rarely result from bugs in Lisp programs.
-@end defopt
-
   To debug an error that happens during loading of the @file{.emacs}
 file, use the option @samp{-debug-init}, which binds
 @code{debug-on-error} to @code{t} while @file{.emacs} is loaded and