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 99f27733918..a82932ba57b 100644 --- a/src/process.c +++ b/src/process.c | |||
| @@ -6983,7 +6983,7 @@ On some systems, when Emacs reads the output from a subprocess, the output data | |||
| 6983 | is read in very small blocks, potentially resulting in very poor performance. | 6983 | is read in very small blocks, potentially resulting in very poor performance. |
| 6984 | This behavior can be remedied to some extent by setting this variable to a | 6984 | This behavior can be remedied to some extent by setting this variable to a |
| 6985 | non-nil value, as it will automatically delay reading from such processes, to | 6985 | non-nil value, as it will automatically delay reading from such processes, to |
| 6986 | allowing them to produce more output before Emacs tries to read it. | 6986 | allow them to produce more output before Emacs tries to read it. |
| 6987 | If the value is t, the delay is reset after each write to the process; any other | 6987 | If the value is t, the delay is reset after each write to the process; any other |
| 6988 | non-nil value means that the delay is not reset on write. | 6988 | non-nil value means that the delay is not reset on write. |
| 6989 | The variable takes effect when `start-process' is called. */); | 6989 | The variable takes effect when `start-process' is called. */); |