diff options
Diffstat (limited to 'src/process.c')
| -rw-r--r-- | src/process.c | 2 |
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, | |||
| 2552 | In Emacs, network connections are represented by process objects, so | 2552 | In Emacs, network connections are represented by process objects, so |
| 2553 | input and output work as for subprocesses and `delete-process' closes | 2553 | input and output work as for subprocesses and `delete-process' closes |
| 2554 | a network connection. However, a network process has no process id, | 2554 | a network connection. However, a network process has no process id, |
| 2555 | it cannot be signalled, and the status codes are different from normal | 2555 | it cannot be signaled, and the status codes are different from normal |
| 2556 | processes. | 2556 | processes. |
| 2557 | 2557 | ||
| 2558 | Arguments are specified as keyword/argument pairs. The following | 2558 | Arguments are specified as keyword/argument pairs. The following |