1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-05 20:43:08 +00:00

(image-library-alist): Rewrite docstring in active voice.

This commit is contained in:
Juanma Barranquero 2004-06-21 21:52:28 +00:00
parent 2b3cb54db4
commit 143b8c2731

View File

@ -54,10 +54,12 @@ a non-nil value, TYPE is the image's type.")
Each element is a list (IMAGE-TYPE LIBRARY...), where the car is a symbol
representing a supported image type, and the rest are strings giving
alternate filenames for the corresponding external libraries to load.
They are tried in the order they appear on the list; if none of them can
be loaded, the running session of Emacs won't display the image type.
No entries are needed for pbm and xbm images; they're always supported.")
alternate filenames for the corresponding external libraries.
Emacs tries to load the libraries in the order they appear on the
list; if none is loaded, the running session of Emacs won't
support the image type. Types 'pbm and 'xbm don't need to be
listed; they're always supported.")
;;;###autoload (put 'image-library-alist 'risky-local-variable t)
(defun image-jpeg-p (data)