Mercurial > emacs
changeset 49589:de51db566826
(image-type-regexps): Fix typo.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Tue, 04 Feb 2003 11:27:37 +0000 |
parents | 37645a051842 |
children | eac277ee1787 |
files | lisp/image.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/image.el Tue Feb 04 11:26:42 2003 +0000 +++ b/lisp/image.el Tue Feb 04 11:27:37 2003 +0000 @@ -46,7 +46,7 @@ be of image type IMAGE-TYPE if IMAGE-TYPE is a symbol. If not a symbol, IMAGE-TYPE must be a pair (PREDICATE . TYPE). PREDICATE is called with one argument, a string containing the image data. If PREDICATE returns -a non-nil value, TYPE is the image's type ") +a non-nil value, TYPE is the image's type.") (defun image-jpeg-p (data)