From: Karl Heuer Date: Tue, 29 Mar 1994 04:57:16 +0000 (+0000) Subject: Fix typos in comments. X-Git-Tag: emacs-19.34~9283 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e6194ffc49fc4dff2331581137c6f9f5560ae09b;p=emacs.git Fix typos in comments. --- diff --git a/src/process.c b/src/process.c index d954de1836e..67882d5abea 100644 --- a/src/process.c +++ b/src/process.c @@ -1707,7 +1707,7 @@ static int waiting_for_user_input_p; 1 to return when input is available, or -1 meaning caller will actually read the input, so don't throw to the quit handler, or - a cons cell, meaning wait wait until its car is non-nil + a cons cell, meaning wait until its car is non-nil (and gobble terminal input into the buffer if any arrives), or a process object, meaning wait until something arrives from that process. The return value is true iff we read some input from @@ -1929,7 +1929,7 @@ wait_reading_process_input (time_limit, microsecs, read_kbd, do_display) /* If there is any, return immediately to give it higher priority than subprocesses */ - /* We used to do his if wait_for_cell, + /* We used to do this if wait_for_cell, but that caused infinite recursion in selection request events. */ if ((XINT (read_kbd)) && detect_input_pending ())