From: Richard M. Stallman Date: Sun, 1 Sep 1996 23:18:22 +0000 (+0000) Subject: Comment change. X-Git-Tag: emacs-20.1~3885 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=217666dd8a2df797811e4c9c7db06908f5738c09;p=emacs.git Comment change. --- diff --git a/src/process.h b/src/process.h index 197dda1cd3a..ab7e410523b 100644 --- a/src/process.h +++ b/src/process.h @@ -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;