aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/process.c')
-rw-r--r--src/process.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/process.c b/src/process.c
index dd13138e273..46808674a0d 100644
--- a/src/process.c
+++ b/src/process.c
@@ -2552,7 +2552,7 @@ DEFUN ("make-network-process", Fmake_network_process, Smake_network_process,
2552In Emacs, network connections are represented by process objects, so 2552In Emacs, network connections are represented by process objects, so
2553input and output work as for subprocesses and `delete-process' closes 2553input and output work as for subprocesses and `delete-process' closes
2554a network connection. However, a network process has no process id, 2554a network connection. However, a network process has no process id,
2555it cannot be signalled, and the status codes are different from normal 2555it cannot be signaled, and the status codes are different from normal
2556processes. 2556processes.
2557 2557
2558Arguments are specified as keyword/argument pairs. The following 2558Arguments are specified as keyword/argument pairs. The following