Mercurial > emacs
diff src/process.c @ 63615:be4c8c1258c1
(Fmake_network_process): Fix spellings.
| author | Juanma Barranquero <lekktu@gmail.com> |
|---|---|
| date | Tue, 21 Jun 2005 13:30:39 +0000 |
| parents | d826c3c6df3f |
| children | 9ef43e35d417 bdcbdec78dd3 |
line wrap: on
line diff
--- a/src/process.c Tue Jun 21 13:10:39 2005 +0000 +++ b/src/process.c Tue Jun 21 13:30:39 2005 +0000 @@ -2552,7 +2552,7 @@ In Emacs, network connections are represented by process objects, so input and output work as for subprocesses and `delete-process' closes a network connection. However, a network process has no process id, -it cannot be signalled, and the status codes are different from normal +it cannot be signaled, and the status codes are different from normal processes. Arguments are specified as keyword/argument pairs. The following
