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 d60fe1e3bf6..b61c6e8d6fe 100644 --- a/src/process.c +++ b/src/process.c | |||
| @@ -6822,7 +6822,7 @@ The value takes effect when `start-process' is called. */); | |||
| 6822 | doc: /* If non-nil, improve receive buffering by delaying after short reads. | 6822 | doc: /* If non-nil, improve receive buffering by delaying after short reads. |
| 6823 | On some systems, when Emacs reads the output from a subprocess, the output data | 6823 | On some systems, when Emacs reads the output from a subprocess, the output data |
| 6824 | is read in very small blocks, potentially resulting in very poor performance. | 6824 | is read in very small blocks, potentially resulting in very poor performance. |
| 6825 | This behaviour can be remedied to some extent by setting this variable to a | 6825 | This behavior can be remedied to some extent by setting this variable to a |
| 6826 | non-nil value, as it will automatically delay reading from such processes, to | 6826 | non-nil value, as it will automatically delay reading from such processes, to |
| 6827 | allowing them to produce more output before Emacs tries to read it. | 6827 | allowing them to produce more output before Emacs tries to read it. |
| 6828 | If the value is t, the delay is reset after each write to the process; any other | 6828 | If the value is t, the delay is reset after each write to the process; any other |