aboutsummaryrefslogtreecommitdiffstats
path: root/lispref/processes.texi
diff options
context:
space:
mode:
authorRichard M. Stallman1996-07-23 15:35:12 +0000
committerRichard M. Stallman1996-07-23 15:35:12 +0000
commitf23af701f636b80dc021abdb4352f2fb2c90d76e (patch)
treedce10e7669ea1fdf863d537f86a5ed14207b2ca8 /lispref/processes.texi
parent23a7488deacd523f4f676b79a5407467f1283a8c (diff)
downloademacs-f23af701f636b80dc021abdb4352f2fb2c90d76e.tar.gz
emacs-f23af701f636b80dc021abdb4352f2fb2c90d76e.zip
Explain how deletion of process doesn't affect process mark.
Diffstat (limited to 'lispref/processes.texi')
-rw-r--r--lispref/processes.texi4
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}).
432subprocess, and removes it from the list of active processes. It sends 432subprocess, and removes it from the list of active processes. It sends
433a signal to the subprocess to make the subprocess terminate, but this is 433a signal to the subprocess to make the subprocess terminate, but this is
434not guaranteed to happen immediately. The process object itself 434not guaranteed to happen immediately. The process object itself
435continues to exist as long as other Lisp objects point to it. 435continues to exist as long as other Lisp objects point to it. The
436process mark continues to point to the same place as before (usually
437into 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
438deleted automatically after they terminate, but not necessarily right 440deleted automatically after they terminate, but not necessarily right