diff lispref/debugging.texi @ 12067:73dc8205d259

*** empty log message ***
author Karl Heuer <kwzh@gnu.org>
date Mon, 05 Jun 1995 12:23:13 +0000
parents be8a00515620
children a6eb5f12b0f3
line wrap: on
line diff
--- a/lispref/debugging.texi	Sun Jun 04 01:34:39 1995 +0000
+++ b/lispref/debugging.texi	Mon Jun 05 12:23:13 1995 +0000
@@ -89,6 +89,10 @@
 debugger.  For example, if you set it to the list
 @code{(void-variable)}, then only errors about a variable that has no
 value invoke the debugger.
+
+When this variable is non-@code{nil}, Emacs does not catch errors that
+happen in process filter functions and sentinels.  Therefore, these
+errors also can invoke the debugger.  @xref{Processes}.
 @end defopt
 
   To debug an error that happens during loading of the @file{.emacs}