diff options
author | Eli Zaretskii <eliz@gnu.org> | 2021-10-14 14:51:04 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2021-10-14 14:51:04 +0300 |
commit | cf95962092bebbe623180b5480c4876a6860f44e (patch) | |
tree | 22b5a4b9b18c744ccb5807388cf33d3552615b61 /doc/lispref/processes.texi | |
parent | 1ad4ad0c11ce6e1f4663f611334792aec86308f1 (diff) | |
download | emacs-cf95962092bebbe623180b5480c4876a6860f44e.tar.gz emacs-cf95962092bebbe623180b5480c4876a6860f44e.tar.bz2 emacs-cf95962092bebbe623180b5480c4876a6860f44e.zip |
; * doc/lispref/processes.texi (Filter Functions): Fix last change.
Diffstat (limited to 'doc/lispref/processes.texi')
-rw-r--r-- | doc/lispref/processes.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/lispref/processes.texi b/doc/lispref/processes.texi index 0aa7b39f12d..8a9cb2a8f88 100644 --- a/doc/lispref/processes.texi +++ b/doc/lispref/processes.texi @@ -1783,7 +1783,8 @@ This function gives @var{process} the filter function @var{filter}. If @var{filter} is @code{nil}, it gives the process the default filter, which inserts the process output into the process buffer. If @var{filter} is @code{t}, Emacs stops accepting output from the -process. +process, unless it's a network server process that listens for +incoming connections. @end defun @defun process-filter process |