From 217666dd8a2df797811e4c9c7db06908f5738c09 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 1 Sep 1996 23:18:22 +0000 Subject: [PATCH] Comment change. --- src/process.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; -- 2.39.2