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 fd8e2c94a4d..09705c436b7 100644 --- a/src/process.c +++ b/src/process.c | |||
| @@ -1002,7 +1002,7 @@ DEFUN ("process-mark", Fprocess_mark, Sprocess_mark, | |||
| 1002 | DEFUN ("set-process-filter", Fset_process_filter, Sset_process_filter, | 1002 | DEFUN ("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. |
| 1005 | t means stop accepting output from the process. | 1005 | A value of t means stop accepting output from the process. |
| 1006 | 1006 | ||
| 1007 | When a process has a filter, its buffer is not used for output. | 1007 | When a process has a filter, its buffer is not used for output. |
| 1008 | Instead, each time it does output, the entire string of output is | 1008 | Instead, each time it does output, the entire string of output is |