comparison lispref/display.texi @ 82907:92ccd83174e6

Merge from emacs--rel--22 Patches applied: * emacs--rel--22 (patch 97-100) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 246-247) - Update from CVS Revision: emacs@sv.gnu.org/emacs--devo--0--patch-860
author Miles Bader <miles@gnu.org>
date Mon, 27 Aug 2007 04:00:19 +0000
parents 38a46faaf8c1 048b9f8ae3b7
children 39d2175caddb
comparison
equal deleted inserted replaced
82906:69b183268e31 82907:92ccd83174e6
3647 3647
3648 This variable is ignored if the image libraries are statically linked 3648 This variable is ignored if the image libraries are statically linked
3649 into Emacs. 3649 into Emacs.
3650 @end defvar 3650 @end defvar
3651 3651
3652 @defun image-type-available-p type 3652 @defun image-type-available-p type
3653 @findex image-type-available-p
3654
3655 This function returns non-@code{nil} if image type @var{type} is 3653 This function returns non-@code{nil} if image type @var{type} is
3656 available, i.e., if images of this type can be loaded and displayed in 3654 available, i.e., if images of this type can be loaded and displayed in
3657 Emacs. @var{type} should be one of the types contained in 3655 Emacs. @var{type} should be one of the types contained in
3658 @code{image-types}. 3656 @code{image-types}.
3659 3657