aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c
diff options
context:
space:
mode:
authorRomain Francoise2006-03-11 14:42:17 +0000
committerRomain Francoise2006-03-11 14:42:17 +0000
commit635a349655891c7c24221d8ca65ad69437c3e03e (patch)
treebe7789ad4f8d52581f0b751ac934f94da425043b /src/process.c
parent306cea3aee712f8b2d19b2bfd4011a2ecc9c1c2f (diff)
downloademacs-635a349655891c7c24221d8ca65ad69437c3e03e.tar.gz
emacs-635a349655891c7c24221d8ca65ad69437c3e03e.zip
(Vprocess_adaptive_read_buffering): Doc fix.
Diffstat (limited to 'src/process.c')
-rw-r--r--src/process.c2
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
6981is read in very small blocks, potentially resulting in very poor performance. 6981is read in very small blocks, potentially resulting in very poor performance.
6982This behavior can be remedied to some extent by setting this variable to a 6982This behavior can be remedied to some extent by setting this variable to a
6983non-nil value, as it will automatically delay reading from such processes, to 6983non-nil value, as it will automatically delay reading from such processes, to
6984allowing them to produce more output before Emacs tries to read it. 6984allow them to produce more output before Emacs tries to read it.
6985If the value is t, the delay is reset after each write to the process; any other 6985If the value is t, the delay is reset after each write to the process; any other
6986non-nil value means that the delay is not reset on write. 6986non-nil value means that the delay is not reset on write.
6987The variable takes effect when `start-process' is called. */); 6987The variable takes effect when `start-process' is called. */);