# HG changeset patch # User Juanma Barranquero # Date 1192789191 0 # Node ID f7416cac39e08833684558044488cce6c55f0082 # Parent 0861eaa694d77a3c3c7e726503c58e656ef194fc (Fset_process_filter): Doc fix. diff -r 0861eaa694d7 -r f7416cac39e0 src/process.c --- a/src/process.c Fri Oct 19 08:57:34 2007 +0000 +++ b/src/process.c Fri Oct 19 10:19:51 2007 +0000 @@ -1002,7 +1002,7 @@ DEFUN ("set-process-filter", Fset_process_filter, Sset_process_filter, 2, 2, 0, doc: /* Give PROCESS the filter function FILTER; nil means no filter. -t means stop accepting output from the process. +A value of t means stop accepting output from the process. When a process has a filter, its buffer is not used for output. Instead, each time it does output, the entire string of output is