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 | |
| parent | 306cea3aee712f8b2d19b2bfd4011a2ecc9c1c2f (diff) | |
| download | emacs-635a349655891c7c24221d8ca65ad69437c3e03e.tar.gz emacs-635a349655891c7c24221d8ca65ad69437c3e03e.zip | |
(Vprocess_adaptive_read_buffering): Doc fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/process.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index b66d8bbf58b..6d7ef065cf8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2006-03-11 Romain Francoise <romain@orebokech.com> | ||
| 2 | |||
| 3 | * process.c (Vprocess_adaptive_read_buffering): Doc fix. | ||
| 4 | |||
| 1 | 2006-03-11 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change) | 5 | 2006-03-11 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change) |
| 2 | 6 | ||
| 3 | * lisp.h: Remove duplicate prototypes. Make the prototype of | 7 | * lisp.h: Remove duplicate prototypes. Make the prototype of |
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. */); |