diff options
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 6bcaef63303..fb10bf2cc8b 100644 --- a/src/process.c +++ b/src/process.c | |||
| @@ -1006,7 +1006,7 @@ DEFUN ("process-mark", Fprocess_mark, Sprocess_mark, | |||
| 1006 | DEFUN ("set-process-filter", Fset_process_filter, Sset_process_filter, | 1006 | DEFUN ("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. |
| 1009 | t means stop accepting output from the process. | 1009 | A value of t means stop accepting output from the process. |
| 1010 | 1010 | ||
| 1011 | When a process has a filter, its buffer is not used for output. | 1011 | When a process has a filter, its buffer is not used for output. |
| 1012 | Instead, each time it does output, the entire string of output is | 1012 | Instead, each time it does output, the entire string of output is |