Mercurial > emacs
changeset 98721:3f42218bf9f2
(Top): Adjust the @detailmenu for the addition of "System Processes" section.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Tue, 14 Oct 2008 15:38:04 +0000 |
parents | 254d97560963 |
children | 2923d8eaaf39 |
files | doc/lispref/elisp.texi |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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.