aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLars Ingebrigtsen2016-02-01 03:37:31 +0100
committerLars Ingebrigtsen2016-02-01 03:37:31 +0100
commit9de7d90184a88887e1a2262f097cd9278d0bcf16 (patch)
tree101754373c97491849897790a190a54289f25341 /doc
parent42ef3013781146c62ece536c10c50bb5a5dc1f78 (diff)
downloademacs-9de7d90184a88887e1a2262f097cd9278d0bcf16.tar.gz
emacs-9de7d90184a88887e1a2262f097cd9278d0bcf16.zip
Clarify :tls-parameters.
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/processes.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/lispref/processes.texi b/doc/lispref/processes.texi
index b658c88ab5d..e77da779cc5 100644
--- a/doc/lispref/processes.texi
+++ b/doc/lispref/processes.texi
@@ -2421,7 +2421,8 @@ has succeeded or failed.
2421@item :tls-parameters 2421@item :tls-parameters
2422When opening a TLS connection, this should be where the first element 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 2423is the TLS type, and the remaining elements should form a keyword list
2424acceptable for @code{gnutls-boot}. 2424acceptable for @code{gnutls-boot}. The TLS connection will then be
2425negotiated after completing the connection to the host.
2425 2426
2426@item :stop @var{stopped} 2427@item :stop @var{stopped}
2427If @var{stopped} is non-@code{nil}, start the network connection or 2428If @var{stopped} is non-@code{nil}, start the network connection or