aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c
diff options
context:
space:
mode:
authorKaroly Lorentey2006-03-12 04:51:49 +0000
committerKaroly Lorentey2006-03-12 04:51:49 +0000
commita6b6d0863c1b96e14ba3a2d1b9c941fbbcc8adf2 (patch)
treeab087c9b03ec98c1648cb02b4ee49096a1052e44 /src/process.c
parent33780b9521e3a416283b46dcd7e3ebb84bbffd67 (diff)
parent8cf1c5a44266bbd0f9919e854deee1d7361facd1 (diff)
downloademacs-a6b6d0863c1b96e14ba3a2d1b9c941fbbcc8adf2.tar.gz
emacs-a6b6d0863c1b96e14ba3a2d1b9c941fbbcc8adf2.zip
Merged from emacs@sv.gnu.org
Patches applied: * emacs@sv.gnu.org/emacs--devo--0--patch-144 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-145 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-146 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-147 Merge from gnus--rel--5.10 * emacs@sv.gnu.org/emacs--devo--0--patch-148 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-149 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-150 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-151 Merge from gnus--rel--5.10 * emacs@sv.gnu.org/emacs--devo--0--patch-152 Update from CVS * emacs@sv.gnu.org/gnus--rel--5.10--patch-56 Update from CVS * emacs@sv.gnu.org/gnus--rel--5.10--patch-57 Copy/update icons from Gnus trunk git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-530
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 99f27733918..a82932ba57b 100644
--- a/src/process.c
+++ b/src/process.c
@@ -6983,7 +6983,7 @@ On some systems, when Emacs reads the output from a subprocess, the output data
6983is read in very small blocks, potentially resulting in very poor performance. 6983is read in very small blocks, potentially resulting in very poor performance.
6984This behavior can be remedied to some extent by setting this variable to a 6984This behavior can be remedied to some extent by setting this variable to a
6985non-nil value, as it will automatically delay reading from such processes, to 6985non-nil value, as it will automatically delay reading from such processes, to
6986allowing them to produce more output before Emacs tries to read it. 6986allow them to produce more output before Emacs tries to read it.
6987If the value is t, the delay is reset after each write to the process; any other 6987If the value is t, the delay is reset after each write to the process; any other
6988non-nil value means that the delay is not reset on write. 6988non-nil value means that the delay is not reset on write.
6989The variable takes effect when `start-process' is called. */); 6989The variable takes effect when `start-process' is called. */);