]> git.eshelyaron.com Git - emacs.git/commitdiff
Improve description of image descriptors
authorEli Zaretskii <eliz@gnu.org>
Sat, 6 Jul 2019 12:32:20 +0000 (15:32 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 6 Jul 2019 12:32:20 +0000 (15:32 +0300)
* doc/lispref/display.texi (Image Descriptors): More accurate
description of where image files are looked up.  (Bug#36523)

doc/lispref/display.texi

index b6fda1cd8072c6f87cfee97b37bc8b1452428c71..276d60b21a716e470f84e6070d7367d868da068c 100644 (file)
@@ -5055,7 +5055,10 @@ Every image descriptor must include this property.
 
 @item :file @var{file}
 This says to load the image from file @var{file}.  If @var{file} is
-not an absolute file name, it is expanded in @code{data-directory}.
+not an absolute file name, it is expanded relative to the
+@file{images} subdirectory of @code{data-directory}, and failing that,
+relative to the directories listed by @code{x-bitmap-file-path}
+(@pxref{Face Attributes}).
 
 @item :data @var{data}
 This specifies the raw image data.  Each image descriptor must have