summaryrefslogtreecommitdiff
path: root/lisp/image.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2003-02-04 11:27:37 +0000
committerJuanma Barranquero <lekktu@gmail.com>2003-02-04 11:27:37 +0000
commit13ddbb652b16a03fd208fd147c066dc9fad10084 (patch)
tree80ad682befbed28b0cc02b0f938b25d309c483e7 /lisp/image.el
parent1c7199ef585175719a35f2e0dc8e8c04f281708a (diff)
downloademacs-13ddbb652b16a03fd208fd147c066dc9fad10084.tar.gz
(image-type-regexps): Fix typo.
Diffstat (limited to 'lisp/image.el')
-rw-r--r--lisp/image.el2
1 files changed, 1 insertions, 1 deletions
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)