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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lispref/display.texi [lexbind]
Date: Fri, 23 Jul 2004 00:57:32 -0400

Index: emacs/lispref/display.texi
diff -c emacs/lispref/display.texi:1.83.2.15 
emacs/lispref/display.texi:1.83.2.16
*** emacs/lispref/display.texi:1.83.2.15        Tue Jul  6 10:23:38 2004
--- emacs/lispref/display.texi  Fri Jul 23 04:42:21 2004
***************
*** 1165,1173 ****
  @item evaporate
  @kindex evaporate @r{(overlay property)}
  If this property is address@hidden, the overlay is deleted automatically
! if it becomes empty (i.e., if its length becomes zero).  However,
! if the overlay is @emph{already} empty, @code{evaporate} does not
! delete it.
  
  @item local-map
  @cindex keymap of character (and overlays)
--- 1165,1173 ----
  @item evaporate
  @kindex evaporate @r{(overlay property)}
  If this property is address@hidden, the overlay is deleted automatically
! if it becomes empty (i.e., if its length becomes zero).  If you give
! an empty overlay a address@hidden @code{evaporate} property, that deletes
! it immediately.
  
  @item local-map
  @cindex keymap of character (and overlays)
***************
*** 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]