From aa0e4da88dc6c85dee2ca78cbf1dfdf5f43c557d Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Fri, 16 Jul 2004 16:05:28 +0000 Subject: [PATCH] (Images): Fix Texinfo usage. --- lispref/ChangeLog | 4 ++++ lispref/display.texi | 9 +++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 65202b371ae..2c02841fae7 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,7 @@ +2004-07-16 Juanma Barranquero + + * display.texi (Images): Fix Texinfo usage. + 2004-07-14 Luc Teirlinck * buffers.texi (Modification Time): `visited-file-modtime' now diff --git a/lispref/display.texi b/lispref/display.texi index b6fd015beba..e77edc88aa1 100644 --- a/lispref/display.texi +++ b/lispref/display.texi @@ -2907,7 +2907,7 @@ To know which image types are really available, use 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 @@ into Emacs. @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 -- 2.11.4.GIT