aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lispref/ChangeLog4
-rw-r--r--lispref/display.texi9
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 @@
12004-07-16 Juanma Barranquero <lektu@terra.es>
2
3 * display.texi (Images): Fix Texinfo usage.
4
12004-07-14 Luc Teirlinck <teirllm@auburn.edu> 52004-07-14 Luc Teirlinck <teirllm@auburn.edu>
2 6
3 * buffers.texi (Modification Time): `visited-file-modtime' now 7 * 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
2907This in an alist of image types vs external libraries needed to 2907This in an alist of image types vs external libraries needed to
2908display them. 2908display them.
2909 2909
2910Each element is a list @code{(@var{IMAGE-TYPE} @var{LIBRARY}...)}, 2910Each element is a list @code{(@var{image-type} @var{library}...)},
2911where the car is a supported image format from @code{image-types}, and 2911where the car is a supported image format from @code{image-types}, and
2912the rest are strings giving alternate filenames for the corresponding 2912the rest are strings giving alternate filenames for the corresponding
2913external libraries to load. 2913external libraries to load.
@@ -2924,9 +2924,10 @@ into Emacs.
2924@defun image-type-available-p type 2924@defun image-type-available-p type
2925@findex image-type-available-p 2925@findex image-type-available-p
2926 2926
2927This function returns non-nil if image type @var{TYPE} is available, 2927This function returns non-@code{nil} if image type @var{type} is
2928i.e., if images of this type can be loaded and displayed in Emacs. 2928available, i.e., if images of this type can be loaded and displayed in
2929@var{TYPE} should be one of the types contained in @code{image-types}. 2929Emacs. @var{type} should be one of the types contained in
2930@code{image-types}.
2930 2931
2931For image types whose support libraries are statically linked, this 2932For image types whose support libraries are statically linked, this
2932function always returns @code{t}; for other image types, it returns 2933function always returns @code{t}; for other image types, it returns