Mercurial > emacs
diff src/process.c @ 69376:921341a03d5b
(Vprocess_adaptive_read_buffering): Doc fix.
| author | Romain Francoise <romain@orebokech.com> |
|---|---|
| date | Sat, 11 Mar 2006 14:42:17 +0000 |
| parents | 08c9c1760e1c |
| children | 5633a1931272 0cdee8b991e1 a802c5505156 |
line wrap: on
line diff
--- a/src/process.c Sat Mar 11 12:33:37 2006 +0000 +++ b/src/process.c Sat Mar 11 14:42:17 2006 +0000 @@ -6981,7 +6981,7 @@ is read in very small blocks, potentially resulting in very poor performance. This behavior can be remedied to some extent by setting this variable to a non-nil value, as it will automatically delay reading from such processes, to -allowing them to produce more output before Emacs tries to read it. +allow them to produce more output before Emacs tries to read it. If the value is t, the delay is reset after each write to the process; any other non-nil value means that the delay is not reset on write. The variable takes effect when `start-process' is called. */);
