aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c
diff options
context:
space:
mode:
authorChong Yidong2006-07-10 18:51:42 +0000
committerChong Yidong2006-07-10 18:51:42 +0000
commit7157b8fe893c3d6a213d133588f85117a7d80250 (patch)
tree35723ac7eca4890931d738f98e9e81f63b4b47f0 /src/process.c
parent7ba07a1a03765521da615a59ce7ee2c596f8341d (diff)
downloademacs-7157b8fe893c3d6a213d133588f85117a7d80250.tar.gz
emacs-7157b8fe893c3d6a213d133588f85117a7d80250.zip
Doc fix.
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 f2c2ddf3e14..857d7494c69 100644
--- a/src/process.c
+++ b/src/process.c
@@ -5160,7 +5160,7 @@ read_process_output (proc, channel)
5160#endif 5160#endif
5161 /* But do it only if the caller is actually going to read events. 5161 /* But do it only if the caller is actually going to read events.
5162 Otherwise there's no need to make him wake up, and it could 5162 Otherwise there's no need to make him wake up, and it could
5163 cause trouble (for example it would make Fsit_for return). */ 5163 cause trouble (for example it would make sit_for return). */
5164 if (waiting_for_user_input_p == -1) 5164 if (waiting_for_user_input_p == -1)
5165 record_asynch_buffer_change (); 5165 record_asynch_buffer_change ();
5166 5166
@@ -6607,7 +6607,7 @@ exec_sentinel (proc, reason)
6607#endif 6607#endif
6608 /* But do it only if the caller is actually going to read events. 6608 /* But do it only if the caller is actually going to read events.
6609 Otherwise there's no need to make him wake up, and it could 6609 Otherwise there's no need to make him wake up, and it could
6610 cause trouble (for example it would make Fsit_for return). */ 6610 cause trouble (for example it would make sit_for return). */
6611 if (waiting_for_user_input_p == -1) 6611 if (waiting_for_user_input_p == -1)
6612 record_asynch_buffer_change (); 6612 record_asynch_buffer_change ();
6613 6613