; * doc/lispref/processes.texi (Filter Functions): Fix last change.
This commit is contained in:
parent
1ad4ad0c11
commit
cf95962092
1 changed files with 2 additions and 1 deletions
|
@ -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
|
If @var{filter} is @code{nil}, it gives the process the default
|
||||||
filter, which inserts the process output into the process buffer. If
|
filter, which inserts the process output into the process buffer. If
|
||||||
@var{filter} is @code{t}, Emacs stops accepting output from the
|
@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
|
@end defun
|
||||||
|
|
||||||
@defun process-filter process
|
@defun process-filter process
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue