diff options
| author | Karl Heuer | 1994-03-29 04:57:16 +0000 |
|---|---|---|
| committer | Karl Heuer | 1994-03-29 04:57:16 +0000 |
| commit | e6194ffc49fc4dff2331581137c6f9f5560ae09b (patch) | |
| tree | 0078cfe64e279ad84dd5d49de7ce731b1be1571e /src/process.c | |
| parent | dd5f6267836665ce360d14b44efcadcfededbdcd (diff) | |
| download | emacs-e6194ffc49fc4dff2331581137c6f9f5560ae09b.tar.gz emacs-e6194ffc49fc4dff2331581137c6f9f5560ae09b.zip | |
Fix typos in comments.
Diffstat (limited to 'src/process.c')
| -rw-r--r-- | src/process.c | 4 |
1 files changed, 2 insertions, 2 deletions
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; | |||
| 1707 | 1 to return when input is available, or | 1707 | 1 to return when input is available, or |
| 1708 | -1 meaning caller will actually read the input, so don't throw to | 1708 | -1 meaning caller will actually read the input, so don't throw to |
| 1709 | the quit handler, or | 1709 | the quit handler, or |
| 1710 | a cons cell, meaning wait wait until its car is non-nil | 1710 | a cons cell, meaning wait until its car is non-nil |
| 1711 | (and gobble terminal input into the buffer if any arrives), or | 1711 | (and gobble terminal input into the buffer if any arrives), or |
| 1712 | a process object, meaning wait until something arrives from that | 1712 | a process object, meaning wait until something arrives from that |
| 1713 | process. The return value is true iff we read some input from | 1713 | 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) | |||
| 1929 | /* If there is any, return immediately | 1929 | /* If there is any, return immediately |
| 1930 | to give it higher priority than subprocesses */ | 1930 | to give it higher priority than subprocesses */ |
| 1931 | 1931 | ||
| 1932 | /* We used to do his if wait_for_cell, | 1932 | /* We used to do this if wait_for_cell, |
| 1933 | but that caused infinite recursion in selection request events. */ | 1933 | but that caused infinite recursion in selection request events. */ |
| 1934 | if ((XINT (read_kbd)) | 1934 | if ((XINT (read_kbd)) |
| 1935 | && detect_input_pending ()) | 1935 | && detect_input_pending ()) |