aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.h
diff options
context:
space:
mode:
authorRichard M. Stallman1996-09-01 23:18:22 +0000
committerRichard M. Stallman1996-09-01 23:18:22 +0000
commit217666dd8a2df797811e4c9c7db06908f5738c09 (patch)
treee24072322fa8c2c98e18f927c58f84a8df5f5391 /src/process.h
parentde282a05531a1c081aed15b26280789995d8bae4 (diff)
downloademacs-217666dd8a2df797811e4c9c7db06908f5738c09.tar.gz
emacs-217666dd8a2df797811e4c9c7db06908f5738c09.zip
Comment change.
Diffstat (limited to 'src/process.h')
-rw-r--r--src/process.h3
1 files changed, 2 insertions, 1 deletions
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
52 Lisp_Object pid; 52 Lisp_Object pid;
53 /* Non-nil if this is really a command channel */ 53 /* Non-nil if this is really a command channel */
54 Lisp_Object command_channel_p; 54 Lisp_Object command_channel_p;
55 /* Non-nil if this is really a child process */ 55 /* t if this is a real child process.
56 For a net connection, it is (HOST SERVICE). */
56 Lisp_Object childp; 57 Lisp_Object childp;
57 /* Marker set to end of last buffer-inserted output from this process */ 58 /* Marker set to end of last buffer-inserted output from this process */
58 Lisp_Object mark; 59 Lisp_Object mark;