aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c
diff options
context:
space:
mode:
authorMiles Bader2006-03-13 12:19:58 +0000
committerMiles Bader2006-03-13 12:19:58 +0000
commit71936d675333ffe1a9638a755bccfd9006bd5404 (patch)
tree8ec33690bc94d3654b17f4769313d5f2763227d5 /src/process.c
parent57216976c5a20643ba59f8436e1177f66eb17cb7 (diff)
parente8f10ddbda866838f77444a2d79efbba6122c918 (diff)
downloademacs-71936d675333ffe1a9638a755bccfd9006bd5404.tar.gz
emacs-71936d675333ffe1a9638a755bccfd9006bd5404.zip
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-43
Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 148-156) - Update from CVS - Merge from gnus--rel--5.10 - Remove nick-abbrevs stuff from rcirc.el - rcirc.el update from Ryan Yeske * gnus--rel--5.10 (patch 57) - Copy/update icons from Gnus trunk
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 eae63553d38..159f8001bbc 100644
--- a/src/process.c
+++ b/src/process.c
@@ -6979,7 +6979,7 @@ On some systems, when Emacs reads the output from a subprocess, the output data
6979is read in very small blocks, potentially resulting in very poor performance. 6979is read in very small blocks, potentially resulting in very poor performance.
6980This behavior can be remedied to some extent by setting this variable to a 6980This behavior can be remedied to some extent by setting this variable to a
6981non-nil value, as it will automatically delay reading from such processes, to 6981non-nil value, as it will automatically delay reading from such processes, to
6982allowing them to produce more output before Emacs tries to read it. 6982allow them to produce more output before Emacs tries to read it.
6983If the value is t, the delay is reset after each write to the process; any other 6983If the value is t, the delay is reset after each write to the process; any other
6984non-nil value means that the delay is not reset on write. 6984non-nil value means that the delay is not reset on write.
6985The variable takes effect when `start-process' is called. */); 6985The variable takes effect when `start-process' is called. */);