]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/image.el (create-image): Fix last change in doc string.
authorEli Zaretskii <eliz@gnu.org>
Thu, 29 Sep 2022 13:27:59 +0000 (16:27 +0300)
committerEli Zaretskii <eliz@gnu.org>
Thu, 29 Sep 2022 13:27:59 +0000 (16:27 +0300)
lisp/image.el

index 72b7862c957ec81b96d121ac304f115877e079e7..186a30f4d9439fb6fff738dccee72f15dbe8ce45 100644 (file)
@@ -479,11 +479,7 @@ automatically scaled up in proportion to the default font.
 
 Value is the image created, or nil if images of type TYPE are not supported.
 
-Images should not be larger than specified by `max-image-size'.
-
-Image file names that are not absolute are searched for in the
-\"images\" sub-directory of `data-directory' and
-`x-bitmap-file-path' (in that order)."
+Images should not be larger than specified by `max-image-size'."
   (let ((data-format
          ;; Pass the image format, if any, if this is data.
          (and data-p (or (plist-get props :format) t))))