1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-17 10:06:13 +00:00

Comment change.

This commit is contained in:
Richard M. Stallman 1996-09-01 23:18:22 +00:00
parent de282a0553
commit 217666dd8a

View 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;