summaryrefslogtreecommitdiff
path: root/src/termhooks.h
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2017-10-09 22:53:19 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2017-10-09 22:55:06 -0700
commit5d51403ceb9b86a1bfa66f00c7af39f1200e65f1 (patch)
tree66e10eb5d1a72390812ac8e71f4dc1dc2c7d6ba3 /src/termhooks.h
parent0d004ed01abb5fa025bdc9d58fce2a3abff0b6a4 (diff)
downloademacs-5d51403ceb9b86a1bfa66f00c7af39f1200e65f1.tar.gz
emacs-5d51403ceb9b86a1bfa66f00c7af39f1200e65f1.tar.bz2
emacs-5d51403ceb9b86a1bfa66f00c7af39f1200e65f1.zip
; Typo fixes, mostly repeated words
Diffstat (limited to 'src/termhooks.h')
-rw-r--r--src/termhooks.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/termhooks.h b/src/termhooks.h
index b5171bf1229..dd6044aabd5 100644
--- a/src/termhooks.h
+++ b/src/termhooks.h
@@ -625,7 +625,7 @@ struct terminal
TERMINAL indicates which terminal device to read from. Input
events should be read into HOLD_QUIT.
- A positive return value indicates that that many input events
+ A positive return value N indicates that N input events
were read into BUF.
Zero means no events were immediately available.
A value of -1 means a transient read error, while -2 indicates