mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-16 19:00:55 -08:00
Improve description of image descriptors
* doc/lispref/display.texi (Image Descriptors): More accurate description of where image files are looked up. (Bug#36523)
This commit is contained in:
parent
21351ccc00
commit
faf99dcb37
1 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue