diff options
| author | Juanma Barranquero | 2004-07-16 16:05:28 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2004-07-16 16:05:28 +0000 |
| commit | aa0e4da88dc6c85dee2ca78cbf1dfdf5f43c557d (patch) | |
| tree | 6773afdbca81da4d5c056dd85dc099e5c9feed46 /lispref/display.texi | |
| parent | b6fdd1efe6c347beda90d7d37bda4daf2b612727 (diff) | |
| download | emacs-aa0e4da88dc6c85dee2ca78cbf1dfdf5f43c557d.tar.gz emacs-aa0e4da88dc6c85dee2ca78cbf1dfdf5f43c557d.zip | |
(Images): Fix Texinfo usage.
Diffstat (limited to 'lispref/display.texi')
| -rw-r--r-- | lispref/display.texi | 9 |
1 files changed, 5 insertions, 4 deletions
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 | |||
| 2907 | This in an alist of image types vs external libraries needed to | 2907 | This in an alist of image types vs external libraries needed to |
| 2908 | display them. | 2908 | display them. |
| 2909 | 2909 | ||
| 2910 | Each element is a list @code{(@var{IMAGE-TYPE} @var{LIBRARY}...)}, | 2910 | Each element is a list @code{(@var{image-type} @var{library}...)}, |
| 2911 | where the car is a supported image format from @code{image-types}, and | 2911 | where the car is a supported image format from @code{image-types}, and |
| 2912 | the rest are strings giving alternate filenames for the corresponding | 2912 | the rest are strings giving alternate filenames for the corresponding |
| 2913 | external libraries to load. | 2913 | external 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 | ||
| 2927 | This function returns non-nil if image type @var{TYPE} is available, | 2927 | This function returns non-@code{nil} if image type @var{type} is |
| 2928 | i.e., if images of this type can be loaded and displayed in Emacs. | 2928 | available, 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}. | 2929 | Emacs. @var{type} should be one of the types contained in |
| 2930 | @code{image-types}. | ||
| 2930 | 2931 | ||
| 2931 | For image types whose support libraries are statically linked, this | 2932 | For image types whose support libraries are statically linked, this |
| 2932 | function always returns @code{t}; for other image types, it returns | 2933 | function always returns @code{t}; for other image types, it returns |