diff options
| author | Lars Ingebrigtsen | 2016-02-01 03:15:36 +0100 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2016-02-01 03:15:36 +0100 |
| commit | 072d5357c15587af00eeba31033ef5b83d014223 (patch) | |
| tree | 8795d70389a453ebc2ebaa2b73082c14a36c2596 /doc | |
| parent | 2cc69b4573573f464e5d21c9f47570afa9c2e7b0 (diff) | |
| download | emacs-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.texi | 5 |
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 |
| 2419 | has succeeded or failed. | 2419 | has succeeded or failed. |
| 2420 | 2420 | ||
| 2421 | @item :tls-parameters | ||
| 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 | ||
| 2424 | acceptable for @code{gnutls-boot}. | ||
| 2425 | |||
| 2421 | @item :stop @var{stopped} | 2426 | @item :stop @var{stopped} |
| 2422 | If @var{stopped} is non-@code{nil}, start the network connection or | 2427 | If @var{stopped} is non-@code{nil}, start the network connection or |
| 2423 | server in the stopped state. | 2428 | server in the stopped state. |