* lisp/image.el (image-load-path): Doc fix.
This commit is contained in:
parent
92e0fd880c
commit
208e7520b6
1 changed files with 3 additions and 0 deletions
|
@ -115,6 +115,9 @@ told that the data would have the associated suffix if saved to a file.")
|
||||||
(list (file-name-as-directory (expand-file-name "images" data-directory))
|
(list (file-name-as-directory (expand-file-name "images" data-directory))
|
||||||
'data-directory 'load-path)
|
'data-directory 'load-path)
|
||||||
"List of locations in which to search for image files.
|
"List of locations in which to search for image files.
|
||||||
|
The images for icons shown in the tool bar are also looked up
|
||||||
|
in these locations.
|
||||||
|
|
||||||
If an element is a string, it defines a directory to search.
|
If an element is a string, it defines a directory to search.
|
||||||
If an element is a variable symbol whose value is a string, that
|
If an element is a variable symbol whose value is a string, that
|
||||||
value defines a directory to search.
|
value defines a directory to search.
|
||||||
|
|
Loading…
Add table
Reference in a new issue