emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 50fcbb5 2/5: ; * src/process.c (Fprocess_contact)


From: Noam Postavsky
Subject: [Emacs-diffs] emacs-26 50fcbb5 2/5: ; * src/process.c (Fprocess_contact): Fix docstring typo.
Date: Fri, 26 Jan 2018 21:01:50 -0500 (EST)

branch: emacs-26
commit 50fcbb5f610bfc4f990e841d917a5bccd9bb4175
Author: Noam Postavsky <address@hidden>
Commit: Noam Postavsky <address@hidden>

    ; * src/process.c (Fprocess_contact): Fix docstring typo.
---
 src/process.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/process.c b/src/process.c
index 36fb8a7..8a438cf 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]