diff options
author | Eli Zaretskii <eliz@gnu.org> | 2008-10-14 15:37:20 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2008-10-14 15:37:20 +0000 |
commit | 6fdbd4c63c79a8ea45af1926f0d86a06eac3890c (patch) | |
tree | 168d71d26c9ae263484eba2d859c349f741717b2 /doc/lispref/objects.texi | |
parent | 23dd4ecdbc2e8ec047f8eaf7b66af85e2480df87 (diff) | |
download | emacs-6fdbd4c63c79a8ea45af1926f0d86a06eac3890c.tar.gz |
(Editing Types): A `process' is a subprocess of Emacs, not just any process
running on the OS.
Diffstat (limited to 'doc/lispref/objects.texi')
-rw-r--r-- | doc/lispref/objects.texi | 2 |
1 files changed, 1 insertions, 1 deletions
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. |