changeset 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 1276ed04542b
children 3f42218bf9f2
files doc/lispref/objects.texi
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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.