# HG changeset patch # User Romain Francoise # Date 1142088137 0 # Node ID 921341a03d5b1090c1b4e128c911154690896666 # Parent 2866b9064bb9dd32ac38a5c165fbadc42f1e6ce9 (Vprocess_adaptive_read_buffering): Doc fix. diff -r 2866b9064bb9 -r 921341a03d5b src/ChangeLog --- a/src/ChangeLog Sat Mar 11 12:33:37 2006 +0000 +++ b/src/ChangeLog Sat Mar 11 14:42:17 2006 +0000 @@ -1,3 +1,7 @@ +2006-03-11 Romain Francoise + + * process.c (Vprocess_adaptive_read_buffering): Doc fix. + 2006-03-11 Giorgos Keramidas (tiny change) * lisp.h: Remove duplicate prototypes. Make the prototype of diff -r 2866b9064bb9 -r 921341a03d5b src/process.c --- a/src/process.c Sat Mar 11 12:33:37 2006 +0000 +++ b/src/process.c Sat Mar 11 14:42:17 2006 +0000 @@ -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. */);