diff options
| author | Noam Postavsky | 2017-12-14 07:46:51 -0500 |
|---|---|---|
| committer | Noam Postavsky | 2018-01-26 19:50:57 -0500 |
| commit | 50fcbb5f610bfc4f990e841d917a5bccd9bb4175 (patch) | |
| tree | d4a44fa7ba8ce10ff35c8ba99782a709758b387d | |
| parent | 81ae9c8c058d17d276a4443f6938aa3b57a40ca4 (diff) | |
| download | emacs-50fcbb5f610bfc4f990e841d917a5bccd9bb4175.tar.gz emacs-50fcbb5f610bfc4f990e841d917a5bccd9bb4175.zip | |
; * src/process.c (Fprocess_contact): Fix docstring typo.
| -rw-r--r-- | src/process.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
| 1440 | connection; it is t for a pipe connection. If KEY is t, the complete | 1440 | connection; it is t for a pipe connection. If KEY is t, the complete |
| 1441 | contact information for the connection is returned, else the specific | 1441 | contact information for the connection is returned, else the specific |
| 1442 | value for the keyword KEY is returned. See `make-network-process', | 1442 | value for the keyword KEY is returned. See `make-network-process', |
| 1443 | `make-serial-process', or `make pipe-process' for the list of keywords. | 1443 | `make-serial-process', or `make-pipe-process' for the list of keywords. |
| 1444 | If PROCESS is a non-blocking network process that hasn't been fully | 1444 | If PROCESS is a non-blocking network process that hasn't been fully |
| 1445 | set up yet, this function will block until socket setup has completed. */) | 1445 | set up yet, this function will block until socket setup has completed. */) |
| 1446 | (Lisp_Object process, Lisp_Object key) | 1446 | (Lisp_Object process, Lisp_Object key) |