diff options
| author | Richard M. Stallman | 2007-08-25 22:58:02 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2007-08-25 22:58:02 +0000 |
| commit | db470cad8c67d4bcff6ef735a2feda8a9228ee1c (patch) | |
| tree | 894e37825c047962768ef983b637f745f91e005f | |
| parent | f152a8982d18caf558a53019134ba899ecb73c4f (diff) | |
| download | emacs-db470cad8c67d4bcff6ef735a2feda8a9228ee1c.tar.gz emacs-db470cad8c67d4bcff6ef735a2feda8a9228ee1c.zip | |
(Images): Delete redundant @findex.
| -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 @@ | |||
| 1 | 2007-08-25 Richard Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * display.texi (Images): Delete redundant @findex. | ||
| 4 | |||
| 1 | 2007-08-08 Martin Rudalics <rudalics@gmx.at> | 5 | 2007-08-08 Martin Rudalics <rudalics@gmx.at> |
| 2 | 6 | ||
| 3 | * modes.texi (Example Major Modes): Fix typo. | 7 | * 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 | |||
| 3649 | into Emacs. | 3649 | into Emacs. |
| 3650 | @end defvar | 3650 | @end defvar |
| 3651 | 3651 | ||
| 3652 | @defun image-type-available-p type | 3652 | @defun image-type-available-p type |
| 3653 | @findex image-type-available-p | ||
| 3654 | |||
| 3655 | This function returns non-@code{nil} if image type @var{type} is | 3653 | This function returns non-@code{nil} if image type @var{type} is |
| 3656 | available, i.e., if images of this type can be loaded and displayed in | 3654 | available, i.e., if images of this type can be loaded and displayed in |
| 3657 | Emacs. @var{type} should be one of the types contained in | 3655 | Emacs. @var{type} should be one of the types contained in |