diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2003-02-04 11:29:35 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2003-02-04 11:29:35 +0000 |
commit | 37d4a06e710581b016602f9583657b9aa69fbe72 (patch) | |
tree | ac0030bf1ea69a3ca97b8f636793343c5f72f8e4 /lisp/image.el | |
parent | 71296446d3cec5bb2a27bc5ad6da574df38d0ec8 (diff) | |
download | emacs-37d4a06e710581b016602f9583657b9aa69fbe72.tar.gz |
(image-type-regexps): Fix typo.
Diffstat (limited to 'lisp/image.el')
-rw-r--r-- | lisp/image.el | 2 |
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) |