diff options
| author | Romain Francoise | 2006-03-11 14:42:17 +0000 |
|---|---|---|
| committer | Romain Francoise | 2006-03-11 14:42:17 +0000 |
| commit | 635a349655891c7c24221d8ca65ad69437c3e03e (patch) | |
| tree | be7789ad4f8d52581f0b751ac934f94da425043b /src/process.c | |
| parent | 306cea3aee712f8b2d19b2bfd4011a2ecc9c1c2f (diff) | |
| download | emacs-635a349655891c7c24221d8ca65ad69437c3e03e.tar.gz emacs-635a349655891c7c24221d8ca65ad69437c3e03e.zip | |
(Vprocess_adaptive_read_buffering): 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 1c0b196b3cf..cf0845fd7af 100644 --- a/src/process.c +++ b/src/process.c | |||
| @@ -6981,7 +6981,7 @@ On some systems, when Emacs reads the output from a subprocess, the output data | |||
| 6981 | is read in very small blocks, potentially resulting in very poor performance. | 6981 | is read in very small blocks, potentially resulting in very poor performance. |
| 6982 | This behavior can be remedied to some extent by setting this variable to a | 6982 | This behavior can be remedied to some extent by setting this variable to a |
| 6983 | non-nil value, as it will automatically delay reading from such processes, to | 6983 | non-nil value, as it will automatically delay reading from such processes, to |
| 6984 | allowing them to produce more output before Emacs tries to read it. | 6984 | allow them to produce more output before Emacs tries to read it. |
| 6985 | If the value is t, the delay is reset after each write to the process; any other | 6985 | If the value is t, the delay is reset after each write to the process; any other |
| 6986 | non-nil value means that the delay is not reset on write. | 6986 | non-nil value means that the delay is not reset on write. |
| 6987 | The variable takes effect when `start-process' is called. */); | 6987 | The variable takes effect when `start-process' is called. */); |