(syms_of_process) [ADAPTIVE_READ_BUFFERING]: Fix spellings in docstrings.
authorJuanma Barranquero <lekktu@gmail.com>
Fri, 10 Jun 2005 14:19:26 +0000 (14:19 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Fri, 10 Jun 2005 14:19:26 +0000 (14:19 +0000)
src/process.c

index 0a4ee8a..e7ea1bf 100644 (file)
@@ -6824,7 +6824,7 @@ The value takes effect when `start-process' is called.  */);
               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