comparison src/process.c @ 2290:be6c70bd6e33

* process.c (wait_reading_process_input): Doc fix.
author Jim Blandy <jimb@redhat.com>
date Sat, 20 Mar 1993 22:58:54 +0000
parents d81c60c5f9ce
children 9faa3a02ea97
comparison
equal deleted inserted replaced
2289:8317265b21dc 2290:be6c70bd6e33
1645 1645
1646 time_limit is: 1646 time_limit is:
1647 timeout in seconds, or 1647 timeout in seconds, or
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
1651 microsecs is:
1652 an additional duration to wait (if time_limit is greater than
1653 zero), specified in millisec.
1650 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
1654 -1 meaning caller will actually read the input, so don't throw to 1658 -1 meaning caller will actually read the input, so don't throw to