]> git.eshelyaron.com Git - emacs.git/commitdiff
(create-image): Doc fix; spotted by Per Cederqvist <ceder@lysator.liu.se>.
authorEli Zaretskii <eliz@gnu.org>
Fri, 8 Dec 2000 17:08:25 +0000 (17:08 +0000)
committerEli Zaretskii <eliz@gnu.org>
Fri, 8 Dec 2000 17:08:25 +0000 (17:08 +0000)
lisp/ChangeLog
lisp/image.el

index 3078e34d8156cd1bd1e002ec934b590e2b7779e7..3df92519f037dbd5278d4dca3c58903a8c15f5c6 100644 (file)
@@ -1,3 +1,8 @@
+2000-12-08  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * image.el (create-image): Doc fix; spotted by Per Cederqvist
+       <ceder@lysator.liu.se>.
+
 2000-12-08  Stefan Monnier  <monnier@cs.yale.edu>
 
        * pcvs-defs.el (cvs-menu): Move.  Make submenu for diff commands.
index ce2857ddd0eda415a493749fca46970d0dc2d07d..b412a3359b2fc57fe157d0d734ba09eeac29b45a 100644 (file)
@@ -88,7 +88,7 @@ FILE-OR-DATA is an image file name or image data.
 Optional TYPE is a symbol describing the image type.  If TYPE is omitted
 or nil, try to determine the image type from its first few bytes
 of image data.  If that doesn't work, and FILE-OR-DATA is a file name,
-use its file extension.as image type.
+use its file extension as image type.
 Optional DATA-P non-nil means FILE-OR-DATA is a string containing image data.
 Optional PROPS are additional image attributes to assign to the image,
 like, e.g. `:mask MASK'.