From: Juanma Barranquero Date: Fri, 19 Oct 2007 10:30:05 +0000 (+0000) Subject: (Fset_process_filter): Doc fix. X-Git-Tag: emacs-pretest-23.0.90~10224 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7b82c3b635c43691f6fb42ca6955c308b81ddafb;p=emacs.git (Fset_process_filter): Doc fix. --- diff --git a/src/ChangeLog b/src/ChangeLog index c50b6286407..11ba1348412 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-18 Stefan Monnier * keyboard.c (read_key_sequence): Undo a change introduced by multi-tty diff --git a/src/process.c b/src/process.c index 37181158a19..bbf754b971d 100644 --- a/src/process.c +++ b/src/process.c @@ -1007,7 +1007,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