From: Juanma Barranquero Date: Fri, 19 Oct 2007 10:22:53 +0000 (+0000) Subject: (Fset_process_filter): Doc fix. X-Git-Tag: emacs-pretest-22.1.90~563 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a6c93f61e31c1dfab621d7f8fbcac0ddfe757a54;p=emacs.git (Fset_process_filter): Doc fix. --- diff --git a/src/ChangeLog b/src/ChangeLog index 08fbd81d6fb..4c1ed394e31 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2007-10-19 Juanma Barranquero + + * process.c (Fset_process_filter): Doc fix. + 2007-10-17 Glenn Morris * minibuf.c (Qcompletion_ignore_case): New Lisp_Object. diff --git a/src/process.c b/src/process.c index fd8e2c94a4d..09705c436b7 100644 --- a/src/process.c +++ b/src/process.c @@ -1002,7 +1002,7 @@ DEFUN ("process-mark", Fprocess_mark, Sprocess_mark, 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