aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c
diff options
context:
space:
mode:
authorJim Blandy1993-06-09 11:59:12 +0000
committerJim Blandy1993-06-09 11:59:12 +0000
commiteb8c3be94e12644f506b8857e49ffef88046bb0b (patch)
tree505c4ea5ae59214e4d6e749047d160c98191c9d2 /src/process.c
parent16a4a21d0117ef5ed346f340f244fe199d3c8a26 (diff)
downloademacs-eb8c3be94e12644f506b8857e49ffef88046bb0b.tar.gz
emacs-eb8c3be94e12644f506b8857e49ffef88046bb0b.zip
Apply typo patches from Paul Eggert.
Diffstat (limited to 'src/process.c')
-rw-r--r--src/process.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/process.c b/src/process.c
index 91e411eff65..d0beafe6ad9 100644
--- a/src/process.c
+++ b/src/process.c
@@ -1683,7 +1683,7 @@ static int waiting_for_user_input_p;
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
1688wait_reading_process_input (time_limit, microsecs, read_kbd, do_display) 1688wait_reading_process_input (time_limit, microsecs, read_kbd, do_display)
1689 int time_limit, microsecs; 1689 int time_limit, microsecs;
@@ -3121,7 +3121,7 @@ extern int frame_garbaged;
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
3126int 3126int
3127wait_reading_process_input (time_limit, microsecs, read_kbd, do_display) 3127wait_reading_process_input (time_limit, microsecs, read_kbd, do_display)