aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/process.c')
-rw-r--r--src/process.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/process.c b/src/process.c
index 454278a5a27..ebaaf33e57f 100644
--- a/src/process.c
+++ b/src/process.c
@@ -1157,6 +1157,7 @@ If PROCESS has not yet exited or died, return 0. */)
1157DEFUN ("process-id", Fprocess_id, Sprocess_id, 1, 1, 0, 1157DEFUN ("process-id", Fprocess_id, Sprocess_id, 1, 1, 0,
1158 doc: /* Return the process id of PROCESS. 1158 doc: /* Return the process id of PROCESS.
1159This is the pid of the external process which PROCESS uses or talks to. 1159This is the pid of the external process which PROCESS uses or talks to.
1160It is a fixnum if the value is small enough, otherwise a bignum.
1160For a network, serial, and pipe connections, this value is nil. */) 1161For a network, serial, and pipe connections, this value is nil. */)
1161 (register Lisp_Object process) 1162 (register Lisp_Object process)
1162{ 1163{