# HG changeset patch # User Eli Zaretskii # Date 1223998640 0 # Node ID 254d97560963bb0a8fe234b1e0031252ddb8f1f9 # Parent 1276ed04542b7e07f316d3722494640aa9cf237a (Editing Types): A `process' is a subprocess of Emacs, not just any process running on the OS. diff -r 1276ed04542b -r 254d97560963 doc/lispref/objects.texi --- 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.