aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c
diff options
context:
space:
mode:
authorEli Zaretskii2016-12-17 19:38:36 +0200
committerEli Zaretskii2016-12-17 19:38:36 +0200
commit0390edcb81f748d00d54d37fc4e6233a70dbda50 (patch)
tree582be0a155ba0c21a6fde731031da058685c86ca /src/process.c
parent0757b4f2f73daa67e5c5217964b423c6a0239e95 (diff)
downloademacs-0390edcb81f748d00d54d37fc4e6233a70dbda50.tar.gz
emacs-0390edcb81f748d00d54d37fc4e6233a70dbda50.zip
Fix comments
* src/thread.h (struct thread_state): Fix comments. * src/process.c (wait_reading_process_output): Fix a typo in commentary.
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 31c9d74a3f2..9139a36d4fd 100644
--- a/src/process.c
+++ b/src/process.c
@@ -4937,8 +4937,8 @@ wait_reading_process_output_1 (void)
4937 READ_KBD is: 4937 READ_KBD is:
4938 0 to ignore keyboard input, or 4938 0 to ignore keyboard input, or
4939 1 to return when input is available, or 4939 1 to return when input is available, or
4940 -1 meaning caller will actually read the input, so don't throw to 4940 -1 meaning caller will actually read the input, so don't throw to
4941 the quit handler, or 4941 the quit handler
4942 4942
4943 DO_DISPLAY means redisplay should be done to show subprocess 4943 DO_DISPLAY means redisplay should be done to show subprocess
4944 output that arrives. 4944 output that arrives.