From 7b82c3b635c43691f6fb42ca6955c308b81ddafb Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Fri, 19 Oct 2007 10:30:05 +0000 Subject: [PATCH] (Fset_process_filter): Doc fix. --- src/ChangeLog | 4 ++++ src/process.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 -- 2.39.2