diff options
| author | Glenn Morris | 2012-02-15 00:50:38 -0800 |
|---|---|---|
| committer | Glenn Morris | 2012-02-15 00:50:38 -0800 |
| commit | fcacfa8d51757d43e0934f59524924f20518e3e9 (patch) | |
| tree | 0ccd052930a5c71d749ec0193f9872c6221e02a7 /doc/lispref/processes.texi | |
| parent | d7dbb11ade52e6b5e77e7286b61cb3e7bd720f0d (diff) | |
| download | emacs-fcacfa8d51757d43e0934f59524924f20518e3e9.tar.gz emacs-fcacfa8d51757d43e0934f59524924f20518e3e9.zip | |
Add some more cindex entries to previous change
Diffstat (limited to 'doc/lispref/processes.texi')
| -rw-r--r-- | doc/lispref/processes.texi | 3 |
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 |
| 1940 | server is stopped; a non-@code{nil} value means yes. | 1940 | server 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 |
| 1944 | This function opens a TCP connection, with optional encryption, and | 1947 | This function opens a TCP connection, with optional encryption, and |
| 1945 | returns a process object that represents the connection. | 1948 | returns a process object that represents the connection. |