diff options
author | Melissa Weisshaus <melissa@gnu.org> | 1995-06-08 04:43:19 +0000 |
---|---|---|
committer | Melissa Weisshaus <melissa@gnu.org> | 1995-06-08 04:43:19 +0000 |
commit | eaac2be133ec866b67ef345e8a3f317916e77598 (patch) | |
tree | dd4c9fa599f90f3dcabe9b78b39885bde63a7e59 /lispref/processes.texi | |
parent | 89dbfd1886b870bd692b5d394e544004d4a92fc6 (diff) | |
download | emacs-eaac2be133ec866b67ef345e8a3f317916e77598.tar.gz |
updates for version 19.29.
,
Diffstat (limited to 'lispref/processes.texi')
-rw-r--r-- | lispref/processes.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/processes.texi b/lispref/processes.texi index a5d83c868cb..87e011baa38 100644 --- a/lispref/processes.texi +++ b/lispref/processes.texi @@ -887,7 +887,7 @@ filter function, bind @code{inhibit-quit} to @code{nil}. If an error happens during execution of a filter function, it is caught automatically, so that it doesn't stop the execution of whatever -programs was running when the filter function was started. However, if +program was running when the filter function was started. However, if @code{debug-on-error} is non-@code{nil}, the error-catching is turned off. This makes it possible to use the Lisp debugger to debug the filter function. @xref{Debugger}. |