summaryrefslogtreecommitdiff
path: root/lispref/debugging.texi
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1995-06-05 12:23:13 +0000
committerKarl Heuer <kwzh@gnu.org>1995-06-05 12:23:13 +0000
commit22697dac66806b67eca956ad8cf8907b16d750b4 (patch)
tree57a28d25543669c66512a7fd1977eea4973115c4 /lispref/debugging.texi
parenta8a818c00e9cc73259aa3c519ba5fc34741c11ab (diff)
*** empty log message ***
Diffstat (limited to 'lispref/debugging.texi')
-rw-r--r--lispref/debugging.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/lispref/debugging.texi b/lispref/debugging.texi
index 1b76597027..3fa300d02f 100644
--- a/lispref/debugging.texi
+++ b/lispref/debugging.texi
@@ -89,6 +89,10 @@ The value can also be a list of error conditions that should call the
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}