; * src/process.c (Fprocess_contact): Fix docstring typo.
This commit is contained in:
parent
81ae9c8c05
commit
50fcbb5f61
1 changed files with 1 additions and 1 deletions
|
@ -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
|
connection; it is t for a pipe connection. If KEY is t, the complete
|
||||||
contact information for the connection is returned, else the specific
|
contact information for the connection is returned, else the specific
|
||||||
value for the keyword KEY is returned. See `make-network-process',
|
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
|
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. */)
|
set up yet, this function will block until socket setup has completed. */)
|
||||||
(Lisp_Object process, Lisp_Object key)
|
(Lisp_Object process, Lisp_Object key)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue