Mercurial > emacs
changeset 79147:f7416cac39e0
(Fset_process_filter): Doc fix.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Fri, 19 Oct 2007 10:19:51 +0000 |
parents | 0861eaa694d7 |
children | 361a21ac1081 |
files | src/process.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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