summaryrefslogtreecommitdiff
path: root/doc/lispref/processes.texi
diff options
context:
space:
mode:
authorJuri Linkov <juri@linkov.net>2022-11-02 20:22:10 +0200
committerJuri Linkov <juri@linkov.net>2022-11-02 20:22:10 +0200
commit969d71d11c62ae085f094a96ecea2fb504bb4602 (patch)
treecf3b586f681fbe0441989874064ea9bcacb2371c /doc/lispref/processes.texi
parent62d40f27b2467a5eeaefec37fea305bda54f6524 (diff)
downloademacs-969d71d11c62ae085f094a96ecea2fb504bb4602.tar.gz
Add the parameter :noquery to open-network-stream (bug#58948)
* doc/lispref/processes.texi (Network): Add :noquery for open-network-stream. * lisp/net/network-stream.el (open-network-stream): Pass the parameter :noquery to make-network-process. Doc fix. * lisp/progmodes/eglot.el (eglot--connect): Pass `:noquery t' to eglot--inferior-bootstrap to use in open-network-stream call, like `:noquery t' is passed to make-process in other places.
Diffstat (limited to 'doc/lispref/processes.texi')
-rw-r--r--doc/lispref/processes.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/lispref/processes.texi b/doc/lispref/processes.texi
index da8df968541..adc6909aca6 100644
--- a/doc/lispref/processes.texi
+++ b/doc/lispref/processes.texi
@@ -2585,6 +2585,10 @@ that are mainly relevant to encrypted connections:
@item :nowait @var{boolean}
If non-@code{nil}, try to make an asynchronous connection.
+@item :noquery @var{query-flag}
+Initialize the process query flag to @var{query-flag}.
+@xref{Query Before Exit}.
+
@item :coding @var{coding}
Use this to set the coding systems used by the network process, in
preference to binding @code{coding-system-for-read} or