Comment change.
authorRichard M. Stallman <rms@gnu.org>
Sun, 1 Sep 1996 23:18:22 +0000 (23:18 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 1 Sep 1996 23:18:22 +0000 (23:18 +0000)
src/process.h

index 197dda1..ab7e410 100644 (file)
@@ -52,7 +52,8 @@ struct Lisp_Process
     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;