]> git.eshelyaron.com Git - emacs.git/commit
Doc fixes for process functions (Bug#30349)
authorNoam Postavsky <npostavs@gmail.com>
Tue, 6 Feb 2018 00:36:27 +0000 (19:36 -0500)
committerNoam Postavsky <npostavs@gmail.com>
Thu, 8 Feb 2018 01:17:50 +0000 (20:17 -0500)
commit04c5bd5b1f1dc07994d70caa640a07da6b5a54b5
treed506276ecc406bb81c25e0f2ea83dc139c6f8c67
parente209034536b11fbbba19f46a45f6afc316890a5d
Doc fixes for process functions (Bug#30349)

* doc/lispref/processes.texi (Asynchronous Processes): Explain what
the 'stopped' state means for a pipe process.
* src/process.c (Fmake_process, Fmake_pipe_process)
(Fmake_serial_process, Fmake_network_process):
* lisp/subr.el (start-process):
* lisp/net/tls.el (open-tls-stream):
* lisp/net/starttls.el (starttls-open-stream):
* lisp/net/gnutls.el (open-gnutls-stream): Remove meaningless phrase
"specify an output stream" phrase from docstring.
doc/lispref/processes.texi
lisp/net/gnutls.el
lisp/net/starttls.el
lisp/net/tls.el
lisp/subr.el
src/process.c