diff options
| -rw-r--r-- | lispref/processes.texi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lispref/processes.texi b/lispref/processes.texi index 87e011baa38..64f4f0178c6 100644 --- a/lispref/processes.texi +++ b/lispref/processes.texi | |||
| @@ -432,7 +432,9 @@ Information}). | |||
| 432 | subprocess, and removes it from the list of active processes. It sends | 432 | subprocess, and removes it from the list of active processes. It sends |
| 433 | a signal to the subprocess to make the subprocess terminate, but this is | 433 | a signal to the subprocess to make the subprocess terminate, but this is |
| 434 | not guaranteed to happen immediately. The process object itself | 434 | not guaranteed to happen immediately. The process object itself |
| 435 | continues to exist as long as other Lisp objects point to it. | 435 | continues to exist as long as other Lisp objects point to it. The |
| 436 | process mark continues to point to the same place as before (usually | ||
| 437 | into a buffer where output from the process was being inserted). | ||
| 436 | 438 | ||
| 437 | You can delete a process explicitly at any time. Processes are | 439 | You can delete a process explicitly at any time. Processes are |
| 438 | deleted automatically after they terminate, but not necessarily right | 440 | deleted automatically after they terminate, but not necessarily right |