From: Noam Postavsky Date: Thu, 14 Dec 2017 12:46:51 +0000 (-0500) Subject: ; * src/process.c (Fprocess_contact): Fix docstring typo. X-Git-Tag: emacs-26.1-rc1~317 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=50fcbb5f610bfc4f990e841d917a5bccd9bb4175;p=emacs.git ; * src/process.c (Fprocess_contact): Fix docstring typo. --- diff --git a/src/process.c b/src/process.c index 36fb8a70cf1..8a438cfeb8b 100644 --- a/src/process.c +++ b/src/process.c @@ -1440,7 +1440,7 @@ optional KEY arg. If KEY is nil, value is a cons cell of the form connection; it is t for a pipe connection. If KEY is t, the complete contact information for the connection is returned, else the specific value for the keyword KEY is returned. See `make-network-process', -`make-serial-process', or `make pipe-process' for the list of keywords. +`make-serial-process', or `make-pipe-process' for the list of keywords. If PROCESS is a non-blocking network process that hasn't been fully set up yet, this function will block until socket setup has completed. */) (Lisp_Object process, Lisp_Object key)