# HG changeset patch # User Eli Zaretskii # Date 976295206 0 # Node ID 5ae7af279df76367cf0c22f3655e0dc4b24d3dc0 # Parent d083796e5aef520b4cdd5ba15cf076c8b35af53a (create-image): Doc fix; spotted by Per Cederqvist . diff -r d083796e5aef -r 5ae7af279df7 lisp/image.el --- a/lisp/image.el Fri Dec 08 16:58:57 2000 +0000 +++ b/lisp/image.el Fri Dec 08 17:06:46 2000 +0000 @@ -88,7 +88,7 @@ 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'.