# HG changeset patch # User Juanma Barranquero # Date 1089993816 0 # Node ID bd1f1cbf959f1689d6ddca7b99674f2781f42234 # Parent 416cdb28c1398539f810fad069edadd511872d8c (Images): Fix Texinfo usage. diff -r 416cdb28c139 -r bd1f1cbf959f lispref/display.texi --- a/lispref/display.texi Fri Jul 16 13:15:09 2004 +0000 +++ b/lispref/display.texi Fri Jul 16 16:03:36 2004 +0000 @@ -2907,7 +2907,7 @@ This in an alist of image types vs external libraries needed to display them. -Each element is a list @code{(@var{IMAGE-TYPE} @var{LIBRARY}...)}, +Each element is a list @code{(@var{image-type} @var{library}...)}, where the car is a supported image format from @code{image-types}, and the rest are strings giving alternate filenames for the corresponding external libraries to load. @@ -2924,9 +2924,10 @@ @defun image-type-available-p type @findex image-type-available-p -This function returns non-nil if image type @var{TYPE} is available, -i.e., if images of this type can be loaded and displayed in Emacs. -@var{TYPE} should be one of the types contained in @code{image-types}. +This function returns non-@code{nil} if image type @var{type} is +available, i.e., if images of this type can be loaded and displayed in +Emacs. @var{type} should be one of the types contained in +@code{image-types}. For image types whose support libraries are statically linked, this function always returns @code{t}; for other image types, it returns