summaryrefslogtreecommitdiff
path: root/src/process.c
diff options
context:
space:
mode:
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)
READ_KBD is:
0 to ignore keyboard input, or
1 to return when input is available, or
- -1 meaning caller will actually read the input, so don't throw to
- the quit handler, or
+ -1 meaning caller will actually read the input, so don't throw to
+ the quit handler
DO_DISPLAY means redisplay should be done to show subprocess
output that arrives.