aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c
diff options
context:
space:
mode:
authorJuanma Barranquero2007-10-19 10:22:53 +0000
committerJuanma Barranquero2007-10-19 10:22:53 +0000
commita6c93f61e31c1dfab621d7f8fbcac0ddfe757a54 (patch)
tree13210f4f74b98a0518b9e984171982410d440218 /src/process.c
parent1dd743c9b9094d9fb01a3a9867198a4f72161efe (diff)
downloademacs-a6c93f61e31c1dfab621d7f8fbcac0ddfe757a54.tar.gz
emacs-a6c93f61e31c1dfab621d7f8fbcac0ddfe757a54.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 fd8e2c94a4d..09705c436b7 100644
--- a/src/process.c
+++ b/src/process.c
@@ -1002,7 +1002,7 @@ DEFUN ("process-mark", Fprocess_mark, Sprocess_mark,
1002DEFUN ("set-process-filter", Fset_process_filter, Sset_process_filter, 1002DEFUN ("set-process-filter", Fset_process_filter, Sset_process_filter,
1003 2, 2, 0, 1003 2, 2, 0,
1004 doc: /* Give PROCESS the filter function FILTER; nil means no filter. 1004 doc: /* Give PROCESS the filter function FILTER; nil means no filter.
1005t means stop accepting output from the process. 1005A value of t means stop accepting output from the process.
1006 1006
1007When a process has a filter, its buffer is not used for output. 1007When a process has a filter, its buffer is not used for output.
1008Instead, each time it does output, the entire string of output is 1008Instead, each time it does output, the entire string of output is