]> git.eshelyaron.com Git - emacs.git/commitdiff
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 197dda1cd3ad2c1168663696758804975e65110e..ab7e410523b88e728ecc032b843f4a7510678792 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;