[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] emacs-26 208e752: * lisp/image.el (image-load-path): Doc f
From: |
Eli Zaretskii |
Subject: |
[Emacs-diffs] emacs-26 208e752: * lisp/image.el (image-load-path): Doc fix. |
Date: |
Thu, 12 Apr 2018 08:44:18 -0400 (EDT) |
branch: emacs-26
commit 208e7520b64e6c65a33a3c68acf6f9b22ff69ffc
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>
* lisp/image.el (image-load-path): Doc fix.
---
lisp/image.el | 3 +++
1 file changed, 3 insertions(+)
diff --git a/lisp/image.el b/lisp/image.el
index b021edb..db82094 100644
--- a/lisp/image.el
+++ b/lisp/image.el
@@ -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))
'data-directory 'load-path)
"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 variable symbol whose value is a string, that
value defines a directory to search.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] emacs-26 208e752: * lisp/image.el (image-load-path): Doc fix.,
Eli Zaretskii <=