Mercurial > emacs
diff src/coding.h @ 78501:1677cf1c2509
Replace `iff' in comments.
| author | Glenn Morris <rgm@gnu.org> |
|---|---|
| date | Wed, 08 Aug 2007 07:49:21 +0000 |
| parents | 2b9404c2f01f |
| children | fc2bcd2a8aad 5b644ae74c91 424b655804ca |
line wrap: on
line diff
--- a/src/coding.h Wed Aug 08 07:48:26 2007 +0000 +++ b/src/coding.h Wed Aug 08 07:49:21 2007 +0000 @@ -263,7 +263,7 @@ eol-type is not consistent through the file. */ -/* 1 iff composing. */ +/* 1 if composing. */ #define COMPOSING_P(coding) ((int) coding->composing > (int) COMPOSITION_NO) #define COMPOSITION_DATA_SIZE 4080 @@ -372,7 +372,7 @@ /* The current status of composition handling. */ int composing; - /* 1 iff the next character is a composition rule. */ + /* 1 if the next character is a composition rule. */ int composition_rule_follows; /* Information of compositions are stored here on decoding and set
