diff lisp/international/mule-cmds.el @ 78484:edc666d07b2c

Replace `iff' in doc-strings and comments.
author Glenn Morris <rgm@gnu.org>
date Wed, 08 Aug 2007 07:24:27 +0000
parents 2daf9c28b3a4
children 96dc85a06a3a 5b644ae74c91 424b655804ca
line wrap: on
line diff
--- a/lisp/international/mule-cmds.el	Wed Aug 08 07:23:19 2007 +0000
+++ b/lisp/international/mule-cmds.el	Wed Aug 08 07:24:27 2007 +0000
@@ -445,11 +445,11 @@
 		    (let ((base (coding-system-base x)))
 		      ;; We calculate the priority number 0..255 by
 		      ;; using the 8 bits PMMLCEII as this:
-		      ;; P: 1 iff most preferred.
-		      ;; MM: greater than 0 iff mime-charset.
-		      ;; L: 1 iff one of the current lang. env.'s codings.
-		      ;; C: 1 iff one of codings listed in the category list.
-		      ;; E: 1 iff not XXX-with-esc
+		      ;; P: 1 if most preferred.
+		      ;; MM: greater than 0 if mime-charset.
+		      ;; L: 1 if one of the current lang. env.'s codings.
+		      ;; C: 1 if one of codings listed in the category list.
+		      ;; E: 1 if not XXX-with-esc
 		      ;; II: if iso-2022 based, 0..3, else 1.
 		      (logior
 		       (lsh (if (eq base most-preferred) 1 0) 7)