aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c
diff options
context:
space:
mode:
authorMiles Bader2007-10-20 02:22:59 +0000
committerMiles Bader2007-10-20 02:22:59 +0000
commit5fcd436bab49a3374be4571969abbcf02803bf71 (patch)
treebc16a7841c819832a9189d6c63374950b9ce6bbc /src/process.c
parent62c5c1fe177df9e52a7fc7ea3141a04faac5b2f9 (diff)
parentf76840f36cf60feecaf21d55d24ace948800fef7 (diff)
downloademacs-5fcd436bab49a3374be4571969abbcf02803bf71.tar.gz
emacs-5fcd436bab49a3374be4571969abbcf02803bf71.zip
Merge from emacs--devo--0
Patches applied: * emacs--devo--0 (patch 899-900) - Update from CVS - Merge from emacs--rel--22 * emacs--rel--22 (patch 129-130) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 259-260) - Merge from emacs--rel--22 - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-272
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 6bcaef63303..fb10bf2cc8b 100644
--- a/src/process.c
+++ b/src/process.c
@@ -1006,7 +1006,7 @@ DEFUN ("process-mark", Fprocess_mark, Sprocess_mark,
1006DEFUN ("set-process-filter", Fset_process_filter, Sset_process_filter, 1006DEFUN ("set-process-filter", Fset_process_filter, Sset_process_filter,
1007 2, 2, 0, 1007 2, 2, 0,
1008 doc: /* Give PROCESS the filter function FILTER; nil means no filter. 1008 doc: /* Give PROCESS the filter function FILTER; nil means no filter.
1009t means stop accepting output from the process. 1009A value of t means stop accepting output from the process.
1010 1010
1011When a process has a filter, its buffer is not used for output. 1011When a process has a filter, its buffer is not used for output.
1012Instead, each time it does output, the entire string of output is 1012Instead, each time it does output, the entire string of output is