Skip to content

Commit

Permalink
Doc fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chong Yidong committed Jul 10, 2006
1 parent 87deb5e commit 69155ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/process.c
Expand Up @@ -5160,7 +5160,7 @@ read_process_output (proc, channel)
#endif
/* But do it only if the caller is actually going to read events.
Otherwise there's no need to make him wake up, and it could
cause trouble (for example it would make Fsit_for return). */
cause trouble (for example it would make sit_for return). */
if (waiting_for_user_input_p == -1)
record_asynch_buffer_change ();

Expand Down Expand Up @@ -6607,7 +6607,7 @@ exec_sentinel (proc, reason)
#endif
/* But do it only if the caller is actually going to read events.
Otherwise there's no need to make him wake up, and it could
cause trouble (for example it would make Fsit_for return). */
cause trouble (for example it would make sit_for return). */
if (waiting_for_user_input_p == -1)
record_asynch_buffer_change ();

Expand Down

0 comments on commit 69155ac

Please sign in to comment.