comparison src/process.c @ 3591:507f64624555

Apply typo patches from Paul Eggert.
author Jim Blandy <jimb@redhat.com>
date Wed, 09 Jun 1993 11:59:12 +0000
parents b4a552ca4e99
children 7ce5a10ed6d9
comparison
equal deleted inserted replaced
3590:d5f22061277d 3591:507f64624555
1681 output that arrives. 1681 output that arrives.
1682 1682
1683 If read_kbd is a pointer to a struct Lisp_Process, then the 1683 If read_kbd is a pointer to a struct Lisp_Process, then the
1684 function returns true iff we received input from that process 1684 function returns true iff we received input from that process
1685 before the timeout elapsed. 1685 before the timeout elapsed.
1686 Otherwise, return true iff we recieved input from any process. */ 1686 Otherwise, return true iff we received input from any process. */
1687 1687
1688 wait_reading_process_input (time_limit, microsecs, read_kbd, do_display) 1688 wait_reading_process_input (time_limit, microsecs, read_kbd, do_display)
1689 int time_limit, microsecs; 1689 int time_limit, microsecs;
1690 Lisp_Object read_kbd; 1690 Lisp_Object read_kbd;
1691 int do_display; 1691 int do_display;
3119 `subprocesses' isn't defined. 3119 `subprocesses' isn't defined.
3120 3120
3121 do_display != 0 means redisplay should be done to show subprocess 3121 do_display != 0 means redisplay should be done to show subprocess
3122 output that arrives. This version of the function ignores it. 3122 output that arrives. This version of the function ignores it.
3123 3123
3124 Return true iff we recieved input from any process. */ 3124 Return true iff we received input from any process. */
3125 3125
3126 int 3126 int
3127 wait_reading_process_input (time_limit, microsecs, read_kbd, do_display) 3127 wait_reading_process_input (time_limit, microsecs, read_kbd, do_display)
3128 int time_limit, microsecs; 3128 int time_limit, microsecs;
3129 Lisp_Object read_kbd; 3129 Lisp_Object read_kbd;