]> git.eshelyaron.com Git - emacs.git/commitdiff
Document the t value for set-process-filter in the manual
authorLars Ingebrigtsen <larsi@gnus.org>
Thu, 14 Oct 2021 11:10:00 +0000 (13:10 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Thu, 14 Oct 2021 11:10:05 +0000 (13:10 +0200)
* doc/lispref/processes.texi (Filter Functions): Mention what t
means (bug#51177).

doc/lispref/processes.texi

index d90097d0b0345aefd1a76d91af9c37cc863dd071..0aa7b39f12da8a7775c8b491848178f39cfe450b 100644 (file)
@@ -1779,9 +1779,11 @@ or more batches of output; one way to do this is to insert the
 received text into a temporary buffer, which can then be searched.
 
 @defun set-process-filter process filter
-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.
+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.
 @end defun
 
 @defun process-filter process