aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c
diff options
context:
space:
mode:
authorJuanma Barranquero2007-10-19 10:30:05 +0000
committerJuanma Barranquero2007-10-19 10:30:05 +0000
commit7b82c3b635c43691f6fb42ca6955c308b81ddafb (patch)
tree8447eeb7632631a4f774b9e1486262e9a82a544f /src/process.c
parentd66d6ac0286658620023697835f526862171368a (diff)
downloademacs-7b82c3b635c43691f6fb42ca6955c308b81ddafb.tar.gz
emacs-7b82c3b635c43691f6fb42ca6955c308b81ddafb.zip
(Fset_process_filter): Doc fix.
Diffstat (limited to 'src/process.c')
-rw-r--r--src/process.c2
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,
1007DEFUN ("set-process-filter", Fset_process_filter, Sset_process_filter, 1007DEFUN ("set-process-filter", Fset_process_filter, Sset_process_filter,
1008 2, 2, 0, 1008 2, 2, 0,
1009 doc: /* Give PROCESS the filter function FILTER; nil means no filter. 1009 doc: /* Give PROCESS the filter function FILTER; nil means no filter.
1010t means stop accepting output from the process. 1010A value of t means stop accepting output from the process.
1011 1011
1012When a process has a filter, its buffer is not used for output. 1012When a process has a filter, its buffer is not used for output.
1013Instead, each time it does output, the entire string of output is 1013Instead, each time it does output, the entire string of output is