aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2012-02-15 00:50:38 -0800
committerGlenn Morris2012-02-15 00:50:38 -0800
commitfcacfa8d51757d43e0934f59524924f20518e3e9 (patch)
tree0ccd052930a5c71d749ec0193f9872c6221e02a7
parentd7dbb11ade52e6b5e77e7286b61cb3e7bd720f0d (diff)
downloademacs-fcacfa8d51757d43e0934f59524924f20518e3e9.tar.gz
emacs-fcacfa8d51757d43e0934f59524924f20518e3e9.zip
Add some more cindex entries to previous change
-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.