aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.h
diff options
context:
space:
mode:
authorJoakim Verona2012-07-27 02:22:03 +0200
committerJoakim Verona2012-07-27 02:22:03 +0200
commit5fb63197843dcae66f2fe0ddd6f4a9d560e9db2f (patch)
tree5c55f1096a656a9759f0b53a0b5d1a2289bd366f /src/process.h
parent0c5c85cf2b350c965bb1ffa5b2d77c2adebc406b (diff)
parent562157c814037dcba58a20cd6908a95992c22283 (diff)
downloademacs-5fb63197843dcae66f2fe0ddd6f4a9d560e9db2f.tar.gz
emacs-5fb63197843dcae66f2fe0ddd6f4a9d560e9db2f.zip
upstream
Diffstat (limited to 'src/process.h')
-rw-r--r--src/process.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/process.h b/src/process.h
index ae4b6b61c94..649056a99ff 100644
--- a/src/process.h
+++ b/src/process.h
@@ -106,8 +106,8 @@ struct Lisp_Process
106 On some systems, e.g. GNU/Linux, Emacs is seen as 106 On some systems, e.g. GNU/Linux, Emacs is seen as
107 an interactive app also when reading process output, meaning 107 an interactive app also when reading process output, meaning
108 that process output can be read in as little as 1 byte at a 108 that process output can be read in as little as 1 byte at a
109 time. Value is micro-seconds to delay reading output from 109 time. Value is nanoseconds to delay reading output from
110 this process. Range is 0 .. 50000. */ 110 this process. Range is 0 .. 50 * 1000 * 1000. */
111 int read_output_delay; 111 int read_output_delay;
112 /* Should we delay reading output from this process. 112 /* Should we delay reading output from this process.
113 Initialized from `Vprocess_adaptive_read_buffering'. 113 Initialized from `Vprocess_adaptive_read_buffering'.