summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/image.el2
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 69454012903..bae83c5abf7 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2003-02-04 Juanma Barranquero <lektu@terra.es>
+
+ * image.el (image-type-regexps): Fix typo.
+
2003-02-04 Francesco Potort,Al(B <pot@gnu.org>
* mail/rmailout.el (rmail-output): If preserving MIME-version,
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)