comparison lisp/image.el @ 78492:7c8949dbfa0d

Replace `iff' in doc-strings and comments.
author Glenn Morris <rgm@gnu.org>
date Wed, 08 Aug 2007 07:38:50 +0000
parents 9355f9b7bbff
children 73661ddc7ac7 e5a68f18fcb9
comparison
equal deleted inserted replaced
78491:3ccc56d2b79e 78492:7c8949dbfa0d
340 (init-image-library type image-library-alist))) 340 (init-image-library type image-library-alist)))
341 341
342 342
343 ;;;###autoload 343 ;;;###autoload
344 (defun image-type-auto-detected-p () 344 (defun image-type-auto-detected-p ()
345 "Return t iff the current buffer contains an auto-detectable image. 345 "Return t if the current buffer contains an auto-detectable image.
346 This function is intended to be used from `magic-fallback-mode-alist'. 346 This function is intended to be used from `magic-fallback-mode-alist'.
347 347
348 The buffer is considered to contain an auto-detectable image if 348 The buffer is considered to contain an auto-detectable image if
349 its beginning matches an image type in `image-type-header-regexps', 349 its beginning matches an image type in `image-type-header-regexps',
350 and that image type is present in `image-type-auto-detectable'." 350 and that image type is present in `image-type-auto-detectable'."