diff options
| author | Lars Ingebrigtsen | 2016-02-01 03:37:31 +0100 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2016-02-01 03:37:31 +0100 |
| commit | 9de7d90184a88887e1a2262f097cd9278d0bcf16 (patch) | |
| tree | 101754373c97491849897790a190a54289f25341 /doc | |
| parent | 42ef3013781146c62ece536c10c50bb5a5dc1f78 (diff) | |
| download | emacs-9de7d90184a88887e1a2262f097cd9278d0bcf16.tar.gz emacs-9de7d90184a88887e1a2262f097cd9278d0bcf16.zip | |
Clarify :tls-parameters.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/processes.texi | 3 |
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 |
| 2422 | When opening a TLS connection, this should be where the first element | 2422 | When opening a TLS connection, this should be where the first element |
| 2423 | is the TLS type, and the remaining elements should form a keyword list | 2423 | is the TLS type, and the remaining elements should form a keyword list |
| 2424 | acceptable for @code{gnutls-boot}. | 2424 | acceptable for @code{gnutls-boot}. The TLS connection will then be |
| 2425 | negotiated after completing the connection to the host. | ||
| 2425 | 2426 | ||
| 2426 | @item :stop @var{stopped} | 2427 | @item :stop @var{stopped} |
| 2427 | If @var{stopped} is non-@code{nil}, start the network connection or | 2428 | If @var{stopped} is non-@code{nil}, start the network connection or |