Merge from emacs--devo--0
[bpt/emacs.git] / lisp / emacs-lisp / byte-opt.el
index 588501a..6db7aaf 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))