aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLars Ingebrigtsen2016-02-01 03:15:36 +0100
committerLars Ingebrigtsen2016-02-01 03:15:36 +0100
commit072d5357c15587af00eeba31033ef5b83d014223 (patch)
tree8795d70389a453ebc2ebaa2b73082c14a36c2596 /doc
parent2cc69b4573573f464e5d21c9f47570afa9c2e7b0 (diff)
downloademacs-072d5357c15587af00eeba31033ef5b83d014223.tar.gz
emacs-072d5357c15587af00eeba31033ef5b83d014223.zip
Add documentation for :tls-parameters
* doc/lispref/processes.texi (Network Processes): Mention :tls-parameters. * src/process.c (Fmake_network_process): Document the :tls-parameters parameter.
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/processes.texi5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/lispref/processes.texi b/doc/lispref/processes.texi
index f660b159386..b658c88ab5d 100644
--- a/doc/lispref/processes.texi
+++ b/doc/lispref/processes.texi
@@ -2418,6 +2418,11 @@ second argument matching @code{"open"} (if successful) or
2418@code{make-network-process} does not return until the connection 2418@code{make-network-process} does not return until the connection
2419has succeeded or failed. 2419has succeeded or failed.
2420 2420
2421@item :tls-parameters
2422When opening a TLS connection, this should be where the first element
2423is the TLS type, and the remaining elements should form a keyword list
2424acceptable for @code{gnutls-boot}.
2425
2421@item :stop @var{stopped} 2426@item :stop @var{stopped}
2422If @var{stopped} is non-@code{nil}, start the network connection or 2427If @var{stopped} is non-@code{nil}, start the network connection or
2423server in the stopped state. 2428server in the stopped state.