# HG changeset patch # User Juanma Barranquero # Date 1192789735 0 # Node ID 17fa7213763d01ab58f0b16f0ac17c790fdc48a4 # Parent f071076f00ee0fb53f548d96a74a467d1c86c568 (Fset_process_filter): Doc fix. diff -r f071076f00ee -r 17fa7213763d src/process.c --- a/src/process.c Fri Oct 19 09:05:52 2007 +0000 +++ b/src/process.c Fri Oct 19 10:28:55 2007 +0000 @@ -1007,7 +1007,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