summaryrefslogtreecommitdiff
path: root/src/systty.h
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-06-14 23:18:50 +0000
committerRichard M. Stallman <rms@gnu.org>1995-06-14 23:18:50 +0000
commit9abab7b2e6399c2ea9159565d7e2a7c1ea608b56 (patch)
treee8154f888907db55001b1736390b2a73c5dc6cd1 /src/systty.h
parent79227c1fcd394439acc4205ad23e7031fb8765e5 (diff)
downloademacs-9abab7b2e6399c2ea9159565d7e2a7c1ea608b56.tar.gz
Comment change.
Diffstat (limited to 'src/systty.h')
-rw-r--r--src/systty.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/systty.h b/src/systty.h
index ef35435b479..4bfb00b4510 100644
--- a/src/systty.h
+++ b/src/systty.h
@@ -317,11 +317,10 @@ static struct sensemode {
of the tty on FD in *P. Return zero if all's well, or -1 if we ran
into an error we couldn't deal with.
- EMACS_SET_TTY (int FD, struct emacs_tty *P, int waitp)
+ EMACS_SET_TTY (int FD, struct emacs_tty *P, int flushp)
sets the parameters of the tty on FD according to the contents of
- *P. If waitp is non-zero, we wait for all queued output to be
- written before making the change; otherwise, we forget any queued
- input and make the change immediately.
+ *P. If flushp is non-zero, we discard queued input to be
+ written before making the change.
Return 0 if all went well, and -1 if anything failed.
EMACS_TTY_TABS_OK (struct emacs_tty *P) is false iff the kernel