From: Eli Zaretskii Date: Tue, 14 Oct 2008 15:37:20 +0000 (+0000) Subject: (Editing Types): A `process' is a subprocess of Emacs, not just any process X-Git-Tag: emacs-pretest-23.0.90~2478 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6fdbd4c63c79a8ea45af1926f0d86a06eac3890c;p=emacs.git (Editing Types): A `process' is a subprocess of Emacs, not just any process running on the OS. --- diff --git a/doc/lispref/objects.texi b/doc/lispref/objects.texi index 6185faeee3b..5f7740ae298 100644 --- a/doc/lispref/objects.texi +++ b/doc/lispref/objects.texi @@ -1351,7 +1351,7 @@ editing. * 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.