; * doc/lispref/processes.texi (Filter Functions): Fix last change.

This commit is contained in:
Eli Zaretskii 2021-10-14 14:51:04 +03:00
parent 1ad4ad0c11
commit cf95962092

View file

@ -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