diff options
| -rw-r--r-- | lispref/processes.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lispref/processes.texi b/lispref/processes.texi index 81023719429..0b5786f2cd8 100644 --- a/lispref/processes.texi +++ b/lispref/processes.texi | |||
| @@ -1297,6 +1297,11 @@ programs was running when the sentinel was started. However, if | |||
| 1297 | off. This makes it possible to use the Lisp debugger to debug the | 1297 | off. This makes it possible to use the Lisp debugger to debug the |
| 1298 | sentinel. @xref{Debugger}. | 1298 | sentinel. @xref{Debugger}. |
| 1299 | 1299 | ||
| 1300 | While a sentinel is running, the process sentinel is temporarily | ||
| 1301 | set to @code{nil} so that the sentinel won't run recursively. | ||
| 1302 | For this reason it is not possible for a sentinel to specify | ||
| 1303 | a new sentinel. | ||
| 1304 | |||
| 1300 | In earlier Emacs versions, every sentinel that did regular expression | 1305 | In earlier Emacs versions, every sentinel that did regular expression |
| 1301 | searching or matching had to explicitly save and restore the match data. | 1306 | searching or matching had to explicitly save and restore the match data. |
| 1302 | Now Emacs does this automatically for sentinels; they never need to do | 1307 | Now Emacs does this automatically for sentinels; they never need to do |