From: Juanma Barranquero Date: Tue, 21 Jun 2005 13:30:39 +0000 (+0000) Subject: (Fmake_network_process): Fix spellings. X-Git-Tag: emacs-pretest-22.0.90~8781 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d22426e187a1429b47ad7a175c7e5041c01309a8;p=emacs.git (Fmake_network_process): Fix spellings. --- diff --git a/src/process.c b/src/process.c index e7ea1bfe7df..bfd40888787 100644 --- a/src/process.c +++ b/src/process.c @@ -2552,7 +2552,7 @@ DEFUN ("make-network-process", Fmake_network_process, Smake_network_process, 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