Mercurial > emacs
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 7883:cba3121c44b7 | 7884:066a06dd3bd3 |
|---|---|
| 2781 | 2781 |
| 2782 DEFUN ("process-send-eof", Fprocess_send_eof, Sprocess_send_eof, 0, 1, 0, | 2782 DEFUN ("process-send-eof", Fprocess_send_eof, Sprocess_send_eof, 0, 1, 0, |
| 2783 "Make PROCESS see end-of-file in its input.\n\ | 2783 "Make PROCESS see end-of-file in its input.\n\ |
| 2784 Eof comes after any text already sent to it.\n\ | 2784 Eof comes after any text already sent to it.\n\ |
| 2785 PROCESS may be a process, a buffer, the name of a process or buffer, or\n\ | 2785 PROCESS may be a process, a buffer, the name of a process or buffer, or\n\ |
| 2786 nil, indicating the current buffer's process.") | 2786 nil, indicating the current buffer's process.\n\ |
| 2787 If PROCESS is a network connection, or is a process communicating\n\ | |
| 2788 through a pipe (as opposed to a pty), then you cannot send any more\n\ | |
| 2789 text to PROCESS after you call this function.") | |
| 2787 (process) | 2790 (process) |
| 2788 Lisp_Object process; | 2791 Lisp_Object process; |
| 2789 { | 2792 { |
| 2790 Lisp_Object proc; | 2793 Lisp_Object proc; |
| 2791 | 2794 |
