diff src/process.c @ 63278:d826c3c6df3f

(syms_of_process) [ADAPTIVE_READ_BUFFERING]: Fix spellings in docstrings.
author Juanma Barranquero <lekktu@gmail.com>
date Fri, 10 Jun 2005 14:19:26 +0000
parents 9bde03db5726
children be4c8c1258c1 e58cb448e07c a1b34dec1104
line wrap: on
line diff
--- 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