emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lispref/display.texi [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lispref/display.texi [emacs-unicode-2]
Date: Fri, 16 Jul 2004 22:57:17 -0400

Index: emacs/lispref/display.texi
diff -c emacs/lispref/display.texi:1.95.2.3 emacs/lispref/display.texi:1.95.2.4
*** emacs/lispref/display.texi:1.95.2.3 Tue Jun 29 16:45:28 2004
--- emacs/lispref/display.texi  Sat Jul 17 02:46:47 2004
***************
*** 2907,2913 ****
  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}...)},
  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.
--- 2907,2913 ----
  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}...)},
  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,2932 ****
  @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}.
  
  For image types whose support libraries are statically linked, this
  function always returns @code{t}; for other image types, it returns
--- 2924,2933 ----
  @defun  image-type-available-p type
  @findex image-type-available-p
  
! This function returns address@hidden 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]