emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-28 64e8cc14b5: ; * lisp/image.el (create-image): Fix last change i


From: Eli Zaretskii
Subject: emacs-28 64e8cc14b5: ; * lisp/image.el (create-image): Fix last change in doc string.
Date: Thu, 29 Sep 2022 09:28:34 -0400 (EDT)

branch: emacs-28
commit 64e8cc14b5e8a94b8e96df386d2fde9b45c9a111
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * lisp/image.el (create-image): Fix last change in doc string.
---
 lisp/image.el | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/lisp/image.el b/lisp/image.el
index 72b7862c95..186a30f4d9 100644
--- a/lisp/image.el
+++ b/lisp/image.el
@@ -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))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]