diff options
author | Glenn Morris <rgm@gnu.org> | 2007-08-08 07:49:21 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2007-08-08 07:49:21 +0000 |
commit | e0f24100c74828aadd926f0afa6e3440be8c89d0 (patch) | |
tree | 3fb96e2684078c6612126ecc1d668fd87866a041 /src/systty.h | |
parent | 22e9fe2445883d651799f027917cd50d065f200d (diff) | |
download | emacs-e0f24100c74828aadd926f0afa6e3440be8c89d0.tar.gz |
Replace `iff' in comments.
Diffstat (limited to 'src/systty.h')
-rw-r--r-- | src/systty.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systty.h b/src/systty.h index 15dd7a4e26c..c89edfc8d93 100644 --- a/src/systty.h +++ b/src/systty.h @@ -297,7 +297,7 @@ static struct sensemode { 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 + EMACS_TTY_TABS_OK (struct emacs_tty *P) is false if the kernel expands tabs to spaces upon output; in that case, there is no advantage to using tabs over spaces. */ |