]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fmake_network_process): Fix spellings.
authorJuanma Barranquero <lekktu@gmail.com>
Tue, 21 Jun 2005 13:30:39 +0000 (13:30 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Tue, 21 Jun 2005 13:30:39 +0000 (13:30 +0000)
src/process.c

index e7ea1bfe7dfaae1f4799f8298788259fc8510958..bfd40888787a25336cb8d2d410f4bef26639f3f3 100644 (file)
@@ -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