diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2007-10-19 10:30:05 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2007-10-19 10:30:05 +0000 |
commit | 7b82c3b635c43691f6fb42ca6955c308b81ddafb (patch) | |
tree | 8447eeb7632631a4f774b9e1486262e9a82a544f /src/process.c | |
parent | d66d6ac0286658620023697835f526862171368a (diff) | |
download | emacs-7b82c3b635c43691f6fb42ca6955c308b81ddafb.tar.gz |
(Fset_process_filter): Doc fix.
Diffstat (limited to 'src/process.c')
-rw-r--r-- | src/process.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |