# HG changeset patch # User Glenn Morris # Date 1186557867 0 # Node ID edc666d07b2c83f52afa2891f4010b25dbc5f3eb # Parent ee4552a02131b5d7dcf8129076d78a832018f039 Replace `iff' in doc-strings and comments. diff -r ee4552a02131 -r edc666d07b2c lisp/international/ja-dic-cnv.el --- a/lisp/international/ja-dic-cnv.el Wed Aug 08 07:23:19 2007 +0000 +++ b/lisp/international/ja-dic-cnv.el Wed Aug 08 07:24:27 2007 +0000 @@ -215,8 +215,8 @@ ;; Return t if substring of STR (between FROM and TO) can be broken up ;; to chunks all of which can be derived from another entry in SKK ;; dictionary. SKKBUF is the buffer where the original SKK dictionary -;; is visited, KANA is the current entry for STR. FIRST is t iff this -;; is called at top level. +;; is visited, KANA is the current entry for STR. FIRST is t only if +;; this is called at top level. (defun skkdic-breakup-string (skkbuf kana str from to &optional first) (let ((len (- to from))) diff -r ee4552a02131 -r edc666d07b2c lisp/international/latin1-disp.el --- a/lisp/international/latin1-disp.el Wed Aug 08 07:23:19 2007 +0000 +++ b/lisp/international/latin1-disp.el Wed Aug 08 07:24:27 2007 +0000 @@ -777,9 +777,9 @@ "Set up Latin-1/ASCII display for Unicode characters. This uses the transliterations of the Lynx browser. -With argument ARG, turn such display on iff ARG is positive, otherwise +With argument ARG, turn such display on if ARG is positive, otherwise turn it off and display Unicode characters literally. The display -is't changed if the display can render Unicode characters." +isn't changed if the display can render Unicode characters." (interactive "p") (if (> arg 0) (unless (char-displayable-p diff -r ee4552a02131 -r edc666d07b2c lisp/international/mule-cmds.el --- 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) diff -r ee4552a02131 -r edc666d07b2c lisp/international/quail.el --- a/lisp/international/quail.el Wed Aug 08 07:23:19 2007 +0000 +++ b/lisp/international/quail.el Wed Aug 08 07:24:27 2007 +0000 @@ -1942,7 +1942,7 @@ (overlay-put quail-overlay 'face 'highlight)))) (defun quail-require-guidance-buf () - "Return t iff the current Quail package requires showing guidance buffer." + "Return t if the current Quail package requires showing guidance buffer." (and input-method-verbose-flag (if (eq input-method-verbose-flag 'default) (not (and (eq (selected-window) (minibuffer-window))