diff options
| author | Eli Zaretskii | 2019-07-06 15:32:20 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2019-07-06 15:32:20 +0300 |
| commit | faf99dcb37bedf7ebceaf2b3015f20d05c391e16 (patch) | |
| tree | de3c25e3a949f2bd2d52d164972c4c01d30f14fb | |
| parent | 21351ccc0081167a6dc1b9e9327217c5efdb6827 (diff) | |
| download | emacs-faf99dcb37bedf7ebceaf2b3015f20d05c391e16.tar.gz emacs-faf99dcb37bedf7ebceaf2b3015f20d05c391e16.zip | |
Improve description of image descriptors
* doc/lispref/display.texi (Image Descriptors): More accurate
description of where image files are looked up. (Bug#36523)
| -rw-r--r-- | doc/lispref/display.texi | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi index b6fda1cd807..276d60b21a7 100644 --- a/doc/lispref/display.texi +++ b/doc/lispref/display.texi | |||
| @@ -5055,7 +5055,10 @@ Every image descriptor must include this property. | |||
| 5055 | 5055 | ||
| 5056 | @item :file @var{file} | 5056 | @item :file @var{file} |
| 5057 | This says to load the image from file @var{file}. If @var{file} is | 5057 | This says to load the image from file @var{file}. If @var{file} is |
| 5058 | not an absolute file name, it is expanded in @code{data-directory}. | 5058 | not an absolute file name, it is expanded relative to the |
| 5059 | @file{images} subdirectory of @code{data-directory}, and failing that, | ||
| 5060 | relative to the directories listed by @code{x-bitmap-file-path} | ||
| 5061 | (@pxref{Face Attributes}). | ||
| 5059 | 5062 | ||
| 5060 | @item :data @var{data} | 5063 | @item :data @var{data} |
| 5061 | This specifies the raw image data. Each image descriptor must have | 5064 | This specifies the raw image data. Each image descriptor must have |