* doc/lispref/processes.texi (Network Processes): Mention
:tls-parameters.
* src/process.c (Fmake_network_process): Document the
:tls-parameters parameter.
@code{make-network-process} does not return until the connection
has succeeded or failed.
+@item :tls-parameters
+When opening a TLS connection, this should be where the first element
+is the TLS type, and the remaining elements should form a keyword list
+acceptable for @code{gnutls-boot}.
+
@item :stop @var{stopped}
If @var{stopped} is non-@code{nil}, start the network connection or
server in the stopped state.
:plist PLIST -- Install PLIST as the new process's initial plist.
+:tls-parameters LIST -- is a list that should be supplied if you're
+opening a TLS connection. The first element is the TLS type, and the
+remaining elements should be a keyword list accepted by gnutls-boot.
+
:server QLEN -- if QLEN is non-nil, create a server process for the
specified FAMILY, SERVICE, and connection type (stream or datagram).
If QLEN is an integer, it is used as the max. length of the server's