From: Richard M. Stallman Date: Tue, 14 Jun 1994 19:46:00 +0000 (+0000) Subject: (Fprocess_send_eof): Doc fix. X-Git-Tag: emacs-19.34~7969 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d33a00f21207fc1b42e4ce7fc46b76eaf7a7e6c2;p=emacs.git (Fprocess_send_eof): Doc fix. --- diff --git a/src/process.c b/src/process.c index a6276c12115..ebbbb93b9ed 100644 --- a/src/process.c +++ b/src/process.c @@ -2783,7 +2783,10 @@ DEFUN ("process-send-eof", Fprocess_send_eof, Sprocess_send_eof, 0, 1, 0, "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; {