diff options
author | Glenn Morris <rgm@gnu.org> | 2007-08-08 07:17:12 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2007-08-08 07:17:12 +0000 |
commit | ab2d877d4515f7bb1de1a5b59d24c3d76903a802 (patch) | |
tree | b0db10d3fa0894617d6d3e2ac707e9f35a3005a4 /lisp/emacs-lisp/byte-opt.el | |
parent | 314125ec3721de7081213968761f3bb60636bd04 (diff) | |
download | emacs-ab2d877d4515f7bb1de1a5b59d24c3d76903a802.tar.gz |
Replace `iff' in doc-strings and comments.
Diffstat (limited to 'lisp/emacs-lisp/byte-opt.el')
-rw-r--r-- | lisp/emacs-lisp/byte-opt.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/byte-opt.el b/lisp/emacs-lisp/byte-opt.el index 811dc699bd0..82a5cf0a75a 100644 --- a/lisp/emacs-lisp/byte-opt.el +++ b/lisp/emacs-lisp/byte-opt.el @@ -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)) |