changeset 16059:ad4cd2505623

Comment change.
author Richard M. Stallman <rms@gnu.org>
date Sun, 01 Sep 1996 23:18:22 +0000
parents 924aeb9ed7c3
children 7e6b741a8b6a
files src/process.h
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/process.h	Sun Sep 01 23:18:03 1996 +0000
+++ b/src/process.h	Sun Sep 01 23:18:22 1996 +0000
@@ -52,7 +52,8 @@
     Lisp_Object pid;
     /* Non-nil if this is really a command channel */
     Lisp_Object command_channel_p;
-    /* Non-nil if this is really a child process */
+    /* t if this is a real child process.
+       For a net connection, it is (HOST SERVICE).  */
     Lisp_Object childp;
     /* Marker set to end of last buffer-inserted output from this process */
     Lisp_Object mark;