Replace `iff' in doc-strings and comments.

This commit is contained in:
Glenn Morris 2007-08-08 07:17:12 +00:00
parent 314125ec37
commit ab2d877d45
5 changed files with 8 additions and 4 deletions

View file

@ -564,7 +564,7 @@
(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))