diff options
author | Eli Zaretskii <eliz@gnu.org> | 2022-09-29 16:27:59 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2022-09-29 16:27:59 +0300 |
commit | 64e8cc14b5e8a94b8e96df386d2fde9b45c9a111 (patch) | |
tree | 42d78a8c5868e8f9f172625b0454260f51c480a1 /lisp/image.el | |
parent | f3e363239451514f674a9660b160f08bb77f5244 (diff) | |
download | emacs-64e8cc14b5e8a94b8e96df386d2fde9b45c9a111.tar.gz emacs-64e8cc14b5e8a94b8e96df386d2fde9b45c9a111.tar.bz2 emacs-64e8cc14b5e8a94b8e96df386d2fde9b45c9a111.zip |
; * lisp/image.el (create-image): Fix last change in doc string.
Diffstat (limited to 'lisp/image.el')
-rw-r--r-- | lisp/image.el | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lisp/image.el b/lisp/image.el index 72b7862c957..186a30f4d94 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)))) |