diff options
| author | Jim Blandy | 1993-03-20 22:58:54 +0000 |
|---|---|---|
| committer | Jim Blandy | 1993-03-20 22:58:54 +0000 |
| commit | 6e4f3667d971d0701064487e4c1e666351ddf9eb (patch) | |
| tree | 67be89ac8b9db32a956a5b707a98eda6ace57b45 /src | |
| parent | 722687f5c7994bb2f25c2644e5ed59a4be35f2ee (diff) | |
| download | emacs-6e4f3667d971d0701064487e4c1e666351ddf9eb.tar.gz emacs-6e4f3667d971d0701064487e4c1e666351ddf9eb.zip | |
* process.c (wait_reading_process_input): Doc fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/process.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/process.c b/src/process.c index 567c9c95c32..a504669ebf0 100644 --- a/src/process.c +++ b/src/process.c | |||
| @@ -1648,6 +1648,10 @@ static int waiting_for_user_input_p; | |||
| 1648 | zero for no limit, or | 1648 | zero for no limit, or |
| 1649 | -1 means gobble data immediately available but don't wait for any. | 1649 | -1 means gobble data immediately available but don't wait for any. |
| 1650 | 1650 | ||
| 1651 | microsecs is: | ||
| 1652 | an additional duration to wait (if time_limit is greater than | ||
| 1653 | zero), specified in millisec. | ||
| 1654 | |||
| 1651 | read_kbd is a lisp value: | 1655 | read_kbd is a lisp value: |
| 1652 | 0 to ignore keyboard input, or | 1656 | 0 to ignore keyboard input, or |
| 1653 | 1 to return when input is available, or | 1657 | 1 to return when input is available, or |