mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-26 07:11:34 -08:00
Explain how deletion of process doesn't affect process mark.
This commit is contained in:
parent
23a7488dea
commit
f23af701f6
1 changed files with 3 additions and 1 deletions
|
|
@ -432,7 +432,9 @@ Information}).
|
|||
subprocess, and removes it from the list of active processes. It sends
|
||||
a signal to the subprocess to make the subprocess terminate, but this is
|
||||
not guaranteed to happen immediately. The process object itself
|
||||
continues to exist as long as other Lisp objects point to it.
|
||||
continues to exist as long as other Lisp objects point to it. The
|
||||
process mark continues to point to the same place as before (usually
|
||||
into a buffer where output from the process was being inserted).
|
||||
|
||||
You can delete a process explicitly at any time. Processes are
|
||||
deleted automatically after they terminate, but not necessarily right
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue