projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ad4ad0
)
; * doc/lispref/processes.texi (Filter Functions): Fix last change.
author
Eli Zaretskii
<eliz@gnu.org>
Thu, 14 Oct 2021 11:51:04 +0000
(14:51 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Thu, 14 Oct 2021 11:51:04 +0000
(14:51 +0300)
doc/lispref/processes.texi
patch
|
blob
|
history
diff --git
a/doc/lispref/processes.texi
b/doc/lispref/processes.texi
index 0aa7b39f12da8a7775c8b491848178f39cfe450b..8a9cb2a8f88ade56a9cf9b31476802ee471d4f9e 100644
(file)
--- 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