# HG changeset patch # User Eli Zaretskii # Date 1223998684 0 # Node ID 3f42218bf9f284b00d040a6d7aa811c6be2670c2 # Parent 254d97560963bb0a8fe234b1e0031252ddb8f1f9 (Top): Adjust the @detailmenu for the addition of "System Processes" section. diff -r 254d97560963 -r 3f42218bf9f2 doc/lispref/elisp.texi --- a/doc/lispref/elisp.texi Tue Oct 14 15:37:20 2008 +0000 +++ b/doc/lispref/elisp.texi Tue Oct 14 15:38:04 2008 +0000 @@ -278,7 +278,7 @@ * 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 @@ * 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.