]> git.eshelyaron.com Git - emacs.git/commitdiff
(Vprocess_adaptive_read_buffering): Doc fix.
authorRomain Francoise <romain@orebokech.com>
Sat, 11 Mar 2006 14:42:17 +0000 (14:42 +0000)
committerRomain Francoise <romain@orebokech.com>
Sat, 11 Mar 2006 14:42:17 +0000 (14:42 +0000)
src/ChangeLog
src/process.c

index b66d8bbf58be05f5fb05ca573f263b5ecff8f655..6d7ef065cf87b9b91d1434a5afdbb75f6c2dfa84 100644 (file)
@@ -1,3 +1,7 @@
+2006-03-11  Romain Francoise  <romain@orebokech.com>
+
+       * process.c (Vprocess_adaptive_read_buffering): Doc fix.
+
 2006-03-11  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
 
        * lisp.h: Remove duplicate prototypes.  Make the prototype of
index 1c0b196b3cf5c3d7b3faeb5219d384d5b819d292..cf0845fd7af0074a2611f1ad5fc69fb6b0fdeda1 100644 (file)
@@ -6981,7 +6981,7 @@ On some systems, when Emacs reads the output from a subprocess, the output data
 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.  */);