]> code.delx.au - gnu-emacs/blobdiff - doc/lispref/processes.texi
lispref/markers.texi small change
[gnu-emacs] / doc / lispref / processes.texi
index a5a507c700e0124506790af09f2d106a87bfec51..04aa50ebc845eec266dc1940e0582f37ae97c8fd 100644 (file)
@@ -714,6 +714,9 @@ This command displays a listing of all living processes.  In addition,
 it finally deletes any process whose status was @samp{Exited} or
 @samp{Signaled}.  It returns @code{nil}.
 
+The processes are shown in a buffer named @samp{*Process List*}, whose
+major mode is named Process Menu mode.
+
 If @var{query-only} is non-@code{nil} then it lists only processes
 whose query flag is non-@code{nil}.  @xref{Query Before Exit}.
 @end deffn
@@ -1939,7 +1942,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.
@@ -2706,7 +2712,7 @@ Unsigned integer in network byte order, with length 3.
 @itemx dword
 @itemx long
 Unsigned integer in network byte order, with length 4.
-Note: These values may be limited by Emacs' integer implementation limits.
+Note: These values may be limited by Emacs's integer implementation limits.
 
 @item u16r
 @itemx u24r