From 13ddbb652b16a03fd208fd147c066dc9fad10084 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Tue, 4 Feb 2003 11:27:37 +0000 Subject: (image-type-regexps): Fix typo. --- lisp/image.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/image.el') diff --git a/lisp/image.el b/lisp/image.el index 346c2e72a01..25d05c9902f 100644 --- a/lisp/image.el +++ b/lisp/image.el @@ -46,7 +46,7 @@ When the first bytes of an image file match REGEXP, it is assumed to 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) -- cgit v1.2.1