]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/process.c (Fprocess_contact): Fix docstring typo.
authorNoam Postavsky <npostavs@gmail.com>
Thu, 14 Dec 2017 12:46:51 +0000 (07:46 -0500)
committerNoam Postavsky <npostavs@gmail.com>
Sat, 27 Jan 2018 00:50:57 +0000 (19:50 -0500)
src/process.c

index 36fb8a70cf1da09cf0438bd6b51424c1798cb9cb..8a438cfeb8be72e88df892f92f1da9abada9b35e 100644 (file)
@@ -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)