2008-10-14 Eli Zaretskii <eliz@gnu.org>
+ * processes.texi (System Processes): New section.
+ (Processes, Signals to Processes): Add xrefs to it.
+
+ * objects.texi (Editing Types): A `process' is a subprocess of
+ Emacs, not just any process running on the OS.
+
+ * elisp.texi (Top): Adjust the @detailmenu for the above two
+ changes.
+
* sequences.texi (Char-Tables): Remove documentation of
set-char-table-default, which has no effect since Emacs 23.
<char-table-range, set-char-table-range>: Don't mention generic
* Frame Type:: Windows subdivide frames.
* Window Configuration Type:: Recording the way a frame is subdivided.
* Frame Configuration Type:: Recording the status of all frames.
-* Process Type:: A process running on the underlying OS.
+* Process Type:: A subprocess of Emacs running on the underlying OS.
* Stream Type:: Receive or send characters.
* Keymap Type:: What function a keystroke invokes.
* Overlay Type:: How an overlay is represented.
* Output from Processes:: Collecting output from an asynchronous subprocess.
* Sentinels:: Sentinels run when process run-status changes.
* Query Before Exit:: Whether to query if exiting will kill a process.
+* System Processes:: Accessing other processes running on your system.
* Transaction Queues:: Transaction-based communication with subprocesses.
* Network:: Opening network connections.
* Network Servers:: Network servers let Emacs accept net connections.
\f
* Lisp Changes in Emacs 23.1
++++
** New primitives `list-system-processes' and `system-process-attributes'
let Lisp programs access the processes that are running on the local
machine. See the doc strings of these functions for more details.