# HG changeset patch # User Juanma Barranquero # Date 1118413166 0 # Node ID d826c3c6df3f953a5c8ea867f6b0d0dcaebdd751 # Parent 5582d58c0fae063b6be14d64bc40f9704c59b30f (syms_of_process) [ADAPTIVE_READ_BUFFERING]: Fix spellings in docstrings. diff -r 5582d58c0fae -r d826c3c6df3f src/process.c --- a/src/process.c Fri Jun 10 14:16:23 2005 +0000 +++ b/src/process.c Fri Jun 10 14:19:26 2005 +0000 @@ -6824,7 +6824,7 @@ doc: /* If non-nil, improve receive buffering by delaying after short reads. 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 behaviour can be remedied to some extent by setting this variable to a +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. If the value is t, the delay is reset after each write to the process; any other