Mercurial > emacs
diff src/process.c @ 7884:066a06dd3bd3
(Fprocess_send_eof): Doc fix.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Tue, 14 Jun 1994 19:46:00 +0000 |
| parents | fad00b057e50 |
| children | e54617027a47 |
line wrap: on
line diff
--- a/src/process.c Tue Jun 14 14:51:19 1994 +0000 +++ b/src/process.c Tue Jun 14 19:46:00 1994 +0000 @@ -2783,7 +2783,10 @@ "Make PROCESS see end-of-file in its input.\n\ Eof comes after any text already sent to it.\n\ PROCESS may be a process, a buffer, the name of a process or buffer, or\n\ -nil, indicating the current buffer's process.") +nil, indicating the current buffer's process.\n\ +If PROCESS is a network connection, or is a process communicating\n\ +through a pipe (as opposed to a pty), then you cannot send any more\n\ +text to PROCESS after you call this function.") (process) Lisp_Object process; {
