aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJuanma Barranquero2005-06-10 14:19:26 +0000
committerJuanma Barranquero2005-06-10 14:19:26 +0000
commit2de35a2582731182773e7689cee38780bddd7799 (patch)
tree74172cfa1af8ab86725394f974a454c37c525851 /src
parent466c78c08fd8872290a7553c1d17d9f03d5ad6f8 (diff)
downloademacs-2de35a2582731182773e7689cee38780bddd7799.tar.gz
emacs-2de35a2582731182773e7689cee38780bddd7799.zip
(syms_of_process) [ADAPTIVE_READ_BUFFERING]: Fix spellings in docstrings.
Diffstat (limited to 'src')
-rw-r--r--src/process.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/process.c b/src/process.c
index 0a4ee8aee46..e7ea1bfe7df 100644
--- a/src/process.c
+++ b/src/process.c
@@ -6824,7 +6824,7 @@ The value takes effect when `start-process' is called. */);
6824 doc: /* If non-nil, improve receive buffering by delaying after short reads. 6824 doc: /* If non-nil, improve receive buffering by delaying after short reads.
6825On some systems, when Emacs reads the output from a subprocess, the output data 6825On some systems, when Emacs reads the output from a subprocess, the output data
6826is read in very small blocks, potentially resulting in very poor performance. 6826is read in very small blocks, potentially resulting in very poor performance.
6827This behaviour can be remedied to some extent by setting this variable to a 6827This behavior can be remedied to some extent by setting this variable to a
6828non-nil value, as it will automatically delay reading from such processes, to 6828non-nil value, as it will automatically delay reading from such processes, to
6829allowing them to produce more output before Emacs tries to read it. 6829allowing them to produce more output before Emacs tries to read it.
6830If the value is t, the delay is reset after each write to the process; any other 6830If the value is t, the delay is reset after each write to the process; any other