(image-type-regexps): Fix typo.
authorJuanma Barranquero <lekktu@gmail.com>
Tue, 4 Feb 2003 11:29:35 +0000 (11:29 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Tue, 4 Feb 2003 11:29:35 +0000 (11:29 +0000)
lisp/ChangeLog
lisp/image.el

index 6945401..bae83c5 100644 (file)
@@ -1,3 +1,7 @@
+2003-02-04  Juanma Barranquero  <lektu@terra.es>
+
+       * image.el (image-type-regexps): Fix typo.
+
 2003-02-04  Francesco Potort\e,Al\e(B  <pot@gnu.org>
 
        * mail/rmailout.el (rmail-output): If preserving MIME-version,
index 346c2e7..25d05c9 100644 (file)
@@ -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)