Mercurial > emacs
changeset 63615:be4c8c1258c1
(Fmake_network_process): Fix spellings.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Tue, 21 Jun 2005 13:30:39 +0000 |
parents | 6533273f3b46 |
children | 82cc187b753d |
files | src/process.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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