aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/processes.texi3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/lispref/processes.texi b/doc/lispref/processes.texi
index a5a507c700e..d91800fcb80 100644
--- a/doc/lispref/processes.texi
+++ b/doc/lispref/processes.texi
@@ -1939,7 +1939,10 @@ queued but input may be lost. You can use the function
1939@code{process-command} to determine whether a network connection or 1939@code{process-command} to determine whether a network connection or
1940server is stopped; a non-@code{nil} value means yes. 1940server is stopped; a non-@code{nil} value means yes.
1941 1941
1942@cindex network connection, encrypted
1942@cindex encrypted network connections 1943@cindex encrypted network connections
1944@cindex TLS network connections
1945@cindex STARTTLS network connections
1943@defun open-network-stream name buffer-or-name host service &rest parameters 1946@defun open-network-stream name buffer-or-name host service &rest parameters
1944This function opens a TCP connection, with optional encryption, and 1947This function opens a TCP connection, with optional encryption, and
1945returns a process object that represents the connection. 1948returns a process object that represents the connection.