]> git.eshelyaron.com Git - emacs.git/commitdiff
Add some more cindex entries to previous change
authorGlenn Morris <rgm@gnu.org>
Wed, 15 Feb 2012 08:50:38 +0000 (00:50 -0800)
committerGlenn Morris <rgm@gnu.org>
Wed, 15 Feb 2012 08:50:38 +0000 (00:50 -0800)
doc/lispref/processes.texi

index a5a507c700e0124506790af09f2d106a87bfec51..d91800fcb800ce8e185b53ddc70d3d603a4d73b8 100644 (file)
@@ -1939,7 +1939,10 @@ queued but input may be lost.  You can use the function
 @code{process-command} to determine whether a network connection or
 server is stopped; a non-@code{nil} value means yes.
 
+@cindex network connection, encrypted
 @cindex encrypted network connections
+@cindex TLS network connections
+@cindex STARTTLS network connections
 @defun open-network-stream name buffer-or-name host service &rest parameters
 This function opens a TCP connection, with optional encryption, and
 returns a process object that represents the connection.