From 6fdbd4c63c79a8ea45af1926f0d86a06eac3890c Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Tue, 14 Oct 2008 15:37:20 +0000 Subject: [PATCH] (Editing Types): A `process' is a subprocess of Emacs, not just any process running on the OS. --- doc/lispref/objects.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.5