emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-26 faf99dc: Improve description of image descriptors


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-26 faf99dc: Improve description of image descriptors
Date: Sat, 6 Jul 2019 08:33:11 -0400 (EDT)

branch: emacs-26
commit faf99dcb37bedf7ebceaf2b3015f20d05c391e16
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    Improve description of image descriptors
    
    * doc/lispref/display.texi (Image Descriptors): More accurate
    description of where image files are looked up.  (Bug#36523)
---
 doc/lispref/display.texi | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi
index b6fda1c..276d60b 100644
--- a/doc/lispref/display.texi
+++ b/doc/lispref/display.texi
@@ -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



reply via email to

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