changeset 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 5582d58c0fae
children 091ece2ed577
files src/process.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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