changeset 85439:17fa7213763d

(Fset_process_filter): Doc fix.
author Juanma Barranquero <lekktu@gmail.com>
date Fri, 19 Oct 2007 10:28:55 +0000
parents f071076f00ee
children a7fffd183c61
files src/process.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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