diff options
| author | Juanma Barranquero | 2007-10-19 10:30:05 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2007-10-19 10:30:05 +0000 |
| commit | 7b82c3b635c43691f6fb42ca6955c308b81ddafb (patch) | |
| tree | 8447eeb7632631a4f774b9e1486262e9a82a544f /src/process.c | |
| parent | d66d6ac0286658620023697835f526862171368a (diff) | |
| download | emacs-7b82c3b635c43691f6fb42ca6955c308b81ddafb.tar.gz emacs-7b82c3b635c43691f6fb42ca6955c308b81ddafb.zip | |
(Fset_process_filter): Doc fix.
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 37181158a19..bbf754b971d 100644 --- a/src/process.c +++ b/src/process.c | |||
| @@ -1007,7 +1007,7 @@ DEFUN ("process-mark", Fprocess_mark, Sprocess_mark, | |||
| 1007 | DEFUN ("set-process-filter", Fset_process_filter, Sset_process_filter, | 1007 | DEFUN ("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. |
| 1010 | t means stop accepting output from the process. | 1010 | A value of t means stop accepting output from the process. |
| 1011 | 1011 | ||
| 1012 | When a process has a filter, its buffer is not used for output. | 1012 | When a process has a filter, its buffer is not used for output. |
| 1013 | Instead, each time it does output, the entire string of output is | 1013 | Instead, each time it does output, the entire string of output is |