Mercurial > emacs
diff doc/lispref/objects.texi @ 98720:254d97560963
(Editing Types): A `process' is a subprocess of Emacs, not just any process
running on the OS.
| author | Eli Zaretskii <eliz@gnu.org> |
|---|---|
| date | Tue, 14 Oct 2008 15:37:20 +0000 |
| parents | 2a93b311de33 |
| children | 8089c5d2aeae |
line wrap: on
line diff
--- a/doc/lispref/objects.texi Tue Oct 14 15:36:55 2008 +0000 +++ b/doc/lispref/objects.texi Tue Oct 14 15:37:20 2008 +0000 @@ -1351,7 +1351,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.
