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/charset.c | |
parent | 22e9fe2445883d651799f027917cd50d065f200d (diff) | |
download | emacs-e0f24100c74828aadd926f0afa6e3440be8c89d0.tar.gz emacs-e0f24100c74828aadd926f0afa6e3440be8c89d0.tar.bz2 emacs-e0f24100c74828aadd926f0afa6e3440be8c89d0.zip |
Replace `iff' in comments.
Diffstat (limited to 'src/charset.c')
-rw-r--r-- | src/charset.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/charset.c b/src/charset.c index a6ec309cbb3..1a85cd39c72 100644 --- a/src/charset.c +++ b/src/charset.c @@ -337,7 +337,7 @@ split_string (str, len, charset, c1, c2) return 0; } -/* Return 1 iff character C has valid printable glyph. +/* Return 1 if character C has valid printable glyph. Use the macro CHAR_PRINTABLE_P instead. */ int char_printable_p (c) @@ -1102,8 +1102,8 @@ DIMENSION, CHARS, and FINAL-CHAR. */) return CHARSET_SYMBOL (charset); } -/* If GENERICP is nonzero, return nonzero iff C is a valid normal or - generic character. If GENERICP is zero, return nonzero iff C is a +/* If GENERICP is nonzero, return nonzero if C is a valid normal or + generic character. If GENERICP is zero, return nonzero if C is a valid normal character. Do not call this function directly, instead use macro CHAR_VALID_P. */ int |