diff options
| -rw-r--r-- | doc/lispref/processes.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/processes.texi b/doc/lispref/processes.texi index 41485f48057..e055d043c91 100644 --- a/doc/lispref/processes.texi +++ b/doc/lispref/processes.texi | |||
| @@ -2182,7 +2182,7 @@ programs was running when the sentinel was started. However, if | |||
| 2182 | This makes it possible to use the Lisp debugger to debug the | 2182 | This makes it possible to use the Lisp debugger to debug the |
| 2183 | sentinel. @xref{Debugger}. If an error is caught, Emacs pauses for | 2183 | sentinel. @xref{Debugger}. If an error is caught, Emacs pauses for |
| 2184 | @code{process-error-pause-time} seconds so that the user sees the | 2184 | @code{process-error-pause-time} seconds so that the user sees the |
| 2185 | error. @xref{Asynchronous Processes} | 2185 | error. @xref{Asynchronous Processes}. |
| 2186 | 2186 | ||
| 2187 | While a sentinel is running, the process sentinel is temporarily | 2187 | While a sentinel is running, the process sentinel is temporarily |
| 2188 | set to @code{nil} so that the sentinel won't run recursively. | 2188 | set to @code{nil} so that the sentinel won't run recursively. |