diff options
author | Richard M. Stallman <rms@gnu.org> | 2007-08-25 22:58:02 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2007-08-25 22:58:02 +0000 |
commit | db470cad8c67d4bcff6ef735a2feda8a9228ee1c (patch) | |
tree | 894e37825c047962768ef983b637f745f91e005f /lispref | |
parent | f152a8982d18caf558a53019134ba899ecb73c4f (diff) | |
download | emacs-db470cad8c67d4bcff6ef735a2feda8a9228ee1c.tar.gz |
(Images): Delete redundant @findex.
Diffstat (limited to 'lispref')
-rw-r--r-- | lispref/ChangeLog | 4 | ||||
-rw-r--r-- | lispref/display.texi | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 985168af51f..35d370e0839 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,7 @@ +2007-08-25 Richard Stallman <rms@gnu.org> + + * display.texi (Images): Delete redundant @findex. + 2007-08-08 Martin Rudalics <rudalics@gmx.at> * modes.texi (Example Major Modes): Fix typo. diff --git a/lispref/display.texi b/lispref/display.texi index 9c3d9d35be7..1c585cf7795 100644 --- a/lispref/display.texi +++ b/lispref/display.texi @@ -3649,9 +3649,7 @@ This variable is ignored if the image libraries are statically linked into Emacs. @end defvar -@defun image-type-available-p type -@findex image-type-available-p - +@defun image-type-available-p type 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 |