]> git.eshelyaron.com Git - emacs.git/commitdiff
(Top): Adjust the @detailmenu for the addition of "System Processes" section.
authorEli Zaretskii <eliz@gnu.org>
Tue, 14 Oct 2008 15:38:57 +0000 (15:38 +0000)
committerEli Zaretskii <eliz@gnu.org>
Tue, 14 Oct 2008 15:38:57 +0000 (15:38 +0000)
doc/lispref/ChangeLog
doc/lispref/elisp.texi
etc/NEWS

index 92f1f5427ea83c1121ec166a28c3861830d3081c..b481377cc2d74f2fb9158edb3a5bcf428a23c22c 100644 (file)
@@ -1,5 +1,14 @@
 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
index 819f0e3ea05809a4f68806c7c115ff88f650ae62..a04d43a6610f9cb008535291872ca77518c633ab 100644 (file)
@@ -278,7 +278,7 @@ Editing Types
 * 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.
@@ -1188,6 +1188,7 @@ Processes
 * 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.
index 8e827ca38f254afa6e1c13bbf60da98b0d433d40..0dde6961b9cb4369d7c8f84d45988bb9767e66be 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1101,6 +1101,7 @@ functions and variables (formerly used for Tamil script).
 \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.