]> git.eshelyaron.com Git - emacs.git/commitdiff
(Editing Types): A `process' is a subprocess of Emacs, not just any process
authorEli Zaretskii <eliz@gnu.org>
Tue, 14 Oct 2008 15:37:20 +0000 (15:37 +0000)
committerEli Zaretskii <eliz@gnu.org>
Tue, 14 Oct 2008 15:37:20 +0000 (15:37 +0000)
running on the OS.

doc/lispref/objects.texi

index 6185faeee3bfcb97254142e5787ee9ee3d21ed7e..5f7740ae298af3af4de6a52dff532441376c0532 100644 (file)
@@ -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.