]> git.eshelyaron.com Git - emacs.git/commitdiff
Explain how deletion of process doesn't affect process mark.
authorRichard M. Stallman <rms@gnu.org>
Tue, 23 Jul 1996 15:35:12 +0000 (15:35 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 23 Jul 1996 15:35:12 +0000 (15:35 +0000)
lispref/processes.texi

index 87e011baa38fda76aa42e60c1bbc58928873c98f..64f4f0178c673fa9c2b9f6121a828c920da70e81 100644 (file)
@@ -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