aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/process.c')
-rw-r--r--src/process.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/process.c b/src/process.c
index 08358539a6c..4515b7a2c86 100644
--- a/src/process.c
+++ b/src/process.c
@@ -2780,7 +2780,7 @@ The stopped state is cleared by `continue-process' and set by
2780 2780
2781:filter-multibyte BOOL -- If BOOL is non-nil, strings given to the 2781:filter-multibyte BOOL -- If BOOL is non-nil, strings given to the
2782process filter are multibyte, otherwise they are unibyte. 2782process filter are multibyte, otherwise they are unibyte.
2783If this keyword is not specified, the strings are multibyte iff 2783If this keyword is not specified, the strings are multibyte if
2784`default-enable-multibyte-characters' is non-nil. 2784`default-enable-multibyte-characters' is non-nil.
2785 2785
2786:sentinel SENTINEL -- Install SENTINEL as the process sentinel. 2786:sentinel SENTINEL -- Install SENTINEL as the process sentinel.
@@ -3917,7 +3917,7 @@ it specifies a fractional number of seconds to wait.
3917If optional fourth arg JUST-THIS-ONE is non-nil, only accept output 3917If optional fourth arg JUST-THIS-ONE is non-nil, only accept output
3918from PROCESS, suspending reading output from other processes. 3918from PROCESS, suspending reading output from other processes.
3919If JUST-THIS-ONE is an integer, don't run any timers either. 3919If JUST-THIS-ONE is an integer, don't run any timers either.
3920Return non-nil iff we received any output before the timeout expired. */) 3920Return non-nil if we received any output before the timeout expired. */)
3921 (process, seconds, millisec, just_this_one) 3921 (process, seconds, millisec, just_this_one)
3922 register Lisp_Object process, seconds, millisec, just_this_one; 3922 register Lisp_Object process, seconds, millisec, just_this_one;
3923{ 3923{
@@ -4249,16 +4249,16 @@ select_wrapper (n, rfd, wfd, xfd, tmo)
4249 (and gobble terminal input into the buffer if any arrives). 4249 (and gobble terminal input into the buffer if any arrives).
4250 4250
4251 If WAIT_PROC is specified, wait until something arrives from that 4251 If WAIT_PROC is specified, wait until something arrives from that
4252 process. The return value is true iff we read some input from 4252 process. The return value is true if we read some input from
4253 that process. 4253 that process.
4254 4254
4255 If JUST_WAIT_PROC is non-nil, handle only output from WAIT_PROC 4255 If JUST_WAIT_PROC is non-nil, handle only output from WAIT_PROC
4256 (suspending output from other processes). A negative value 4256 (suspending output from other processes). A negative value
4257 means don't run any timers either. 4257 means don't run any timers either.
4258 4258
4259 If WAIT_PROC is specified, then the function returns true iff we 4259 If WAIT_PROC is specified, then the function returns true if we
4260 received input from that process before the timeout elapsed. 4260 received input from that process before the timeout elapsed.
4261 Otherwise, return true iff we received input from any process. */ 4261 Otherwise, return true if we received input from any process. */
4262 4262
4263int 4263int
4264wait_reading_process_output (time_limit, microsecs, read_kbd, do_display, 4264wait_reading_process_output (time_limit, microsecs, read_kbd, do_display,
@@ -7356,7 +7356,7 @@ Lisp_Object QCtype;
7356 do_display != 0 means redisplay should be done to show subprocess 7356 do_display != 0 means redisplay should be done to show subprocess
7357 output that arrives. 7357 output that arrives.
7358 7358
7359 Return true iff we received input from any process. */ 7359 Return true if we received input from any process. */
7360 7360
7361int 7361int
7362wait_reading_process_output (time_limit, microsecs, read_kbd, do_display, 7362wait_reading_process_output (time_limit, microsecs, read_kbd, do_display,