diff src/process.c @ 79147:f7416cac39e0

(Fset_process_filter): Doc fix.
author Juanma Barranquero <lekktu@gmail.com>
date Fri, 19 Oct 2007 10:19:51 +0000
parents b0f2d245629d
children c2586e2e84d3
line wrap: on
line diff
--- 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