diff options
| author | Eli Zaretskii | 2018-04-12 15:44:06 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2018-04-12 15:44:06 +0300 |
| commit | 208e7520b64e6c65a33a3c68acf6f9b22ff69ffc (patch) | |
| tree | 9c786926619cefcb5f348fa1b1d28f1329e6f296 | |
| parent | 92e0fd880c2d9689b89e13d317356c3ad00c7325 (diff) | |
| download | emacs-208e7520b64e6c65a33a3c68acf6f9b22ff69ffc.tar.gz emacs-208e7520b64e6c65a33a3c68acf6f9b22ff69ffc.zip | |
* lisp/image.el (image-load-path): Doc fix.
| -rw-r--r-- | lisp/image.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/image.el b/lisp/image.el index b021edb33dc..db820949eda 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.") | |||
| 115 | (list (file-name-as-directory (expand-file-name "images" data-directory)) | 115 | (list (file-name-as-directory (expand-file-name "images" data-directory)) |
| 116 | 'data-directory 'load-path) | 116 | 'data-directory 'load-path) |
| 117 | "List of locations in which to search for image files. | 117 | "List of locations in which to search for image files. |
| 118 | The images for icons shown in the tool bar are also looked up | ||
| 119 | in these locations. | ||
| 120 | |||
| 118 | If an element is a string, it defines a directory to search. | 121 | If an element is a string, it defines a directory to search. |
| 119 | If an element is a variable symbol whose value is a string, that | 122 | If an element is a variable symbol whose value is a string, that |
| 120 | value defines a directory to search. | 123 | value defines a directory to search. |