From cf95962092bebbe623180b5480c4876a6860f44e Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Thu, 14 Oct 2021 14:51:04 +0300 Subject: [PATCH] ; * doc/lispref/processes.texi (Filter Functions): Fix last change. --- doc/lispref/processes.texi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.2