Replace `iff' in doc-strings and comments.
This commit is contained in:
parent
314125ec37
commit
ab2d877d45
5 changed files with 8 additions and 4 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue