]> git.eshelyaron.com Git - emacs.git/commitdiff
Replace `iff' in doc-strings and comments.
authorGlenn Morris <rgm@gnu.org>
Wed, 8 Aug 2007 07:17:12 +0000 (07:17 +0000)
committerGlenn Morris <rgm@gnu.org>
Wed, 8 Aug 2007 07:17:12 +0000 (07:17 +0000)
lisp/emacs-lisp/byte-opt.el
lisp/emacs-lisp/easymenu.el
lisp/emacs-lisp/rx.el
lisp/emacs-lisp/unsafep.el
lisp/erc/ChangeLog

index 811dc699bd0dee1c7d3aa8be49df143e7f8c18de..82a5cf0a75a6daa4e516a095b51c93b9a3b6b93e 100644 (file)
               (cons fn args)))))))
 
 (defun byte-optimize-all-constp (list)
-  "Non-nil iff all elements of LIST satisfy `byte-compile-constp'."
+  "Non-nil if all elements of LIST satisfy `byte-compile-constp'."
   (let ((constant t))
     (while (and list constant)
       (unless (byte-compile-constp (car list))
index 5d53a70531cecf7c6a0e1fbeb6b0abcc19a3e73b..030e1bccbd40c8556c09764d0218768ea427356f 100644 (file)
@@ -539,7 +539,7 @@ earlier by `easy-menu-define' or `easy-menu-create-menu'."
     (easy-menu-do-add-item map item before)))
 
 (defun easy-menu-item-present-p (map path name)
-  "In submenu of MAP with path PATH, return non-nil iff item NAME is present.
+  "In submenu of MAP with path PATH, return non-nil if item NAME is present.
 MAP and PATH are defined as in `easy-menu-add-item'.
 NAME should be a string, the name of the element to be looked for."
   (easy-menu-return-item (easy-menu-get-map map path) name))
index cf915c1b15d4ad00a5ab8243c82a9b2c7d26714d..45a1e9c8d1082469e8d5658d9b37a2bd6c8997de 100644 (file)
@@ -554,7 +554,7 @@ appended to R will apply to all of R.  For example, \"a\"
 
 This function may return false negatives, but it will not
 return false positives.  It is nevertheless useful in
-situations where an efficiency shortcut can be taken iff a
+situations where an efficiency shortcut can be taken only if a
 regexp is atomic.  The function can be improved to detect
 more cases of atomic regexps.  Presently, this function
 detects the following categories of atomic regexp;
index bf52acef382e3d8f51fd198f31b82e23cfb4892f..d7dd1f19300accd5450523fca7d242d240e38157 100644 (file)
@@ -212,7 +212,7 @@ of symbols with local bindings."
 
 
 (defun unsafep-function (fun)
-  "Return nil iff FUN is a safe function.
+  "Return nil if FUN is a safe function.
 \(either a safe lambda or a symbol that names a safe function).  Otherwise
 result is a reason code."
   (cond
index 9baafe61257a24369a74e2767779d168b2ccc273..d72d472d69fe7724b028813304077503728ddbff 100644 (file)
@@ -1,3 +1,7 @@
+2007-08-08  Glenn Morris  <rgm@gnu.org>
+
+       * erc-log.el, erc.el: Replace `iff' in doc-strings and comments.
+
 2007-07-30  Michael Olson  <mwolson@gnu.org>
 
        * erc-nicklist.el: Remove from the Emacs source tree.  This file