diff options
| author | Miles Bader | 2007-10-20 02:22:59 +0000 |
|---|---|---|
| committer | Miles Bader | 2007-10-20 02:22:59 +0000 |
| commit | 5fcd436bab49a3374be4571969abbcf02803bf71 (patch) | |
| tree | bc16a7841c819832a9189d6c63374950b9ce6bbc /src/process.c | |
| parent | 62c5c1fe177df9e52a7fc7ea3141a04faac5b2f9 (diff) | |
| parent | f76840f36cf60feecaf21d55d24ace948800fef7 (diff) | |
| download | emacs-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.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 |