1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 16:51:06 -07:00

* process.c (wait_reading_process_input): Doc fix.

This commit is contained in:
Jim Blandy 1993-03-20 22:58:54 +00:00
parent 722687f5c7
commit 6e4f3667d9

View file

@ -1648,6 +1648,10 @@ static int waiting_for_user_input_p;
zero for no limit, or
-1 means gobble data immediately available but don't wait for any.
microsecs is:
an additional duration to wait (if time_limit is greater than
zero), specified in millisec.
read_kbd is a lisp value:
0 to ignore keyboard input, or
1 to return when input is available, or