emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/process.c


From: Romain Francoise
Subject: [Emacs-diffs] Changes to emacs/src/process.c
Date: Sat, 11 Mar 2006 14:42:19 +0000

Index: emacs/src/process.c
diff -u emacs/src/process.c:1.474 emacs/src/process.c:1.475
--- emacs/src/process.c:1.474   Sat Feb 25 16:49:00 2006
+++ emacs/src/process.c Sat Mar 11 14:42:17 2006
@@ -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.  */);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]