Mercurial > emacs
changeset 56189:d2086c9c0507
(image-library-alist): Rewrite docstring in active voice.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Mon, 21 Jun 2004 21:52:28 +0000 |
parents | 7997f11a2377 |
children | f7711455b84f |
files | lisp/image.el |
diffstat | 1 files changed, 6 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/image.el Mon Jun 21 21:52:03 2004 +0000 +++ b/lisp/image.el Mon Jun 21 21:52:28 2004 +0000 @@ -54,10 +54,12 @@ 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)