1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-23 10:34:07 +00:00

* lisp/image.el (image-load-path): Doc fix.

This commit is contained in:
Xue Fuqiao 2013-10-28 07:04:16 +08:00
parent 18c9f8a224
commit 7a4bc7be95
2 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,7 @@
2013-10-27 Xue Fuqiao <xfq.free@gmail.com>
* image.el (defimage): Doc fix.
* image.el (defimage):
(image-load-path): Doc fixes.
2013-10-27 Alan Mackenzie <acm@muc.de>

View File

@ -115,7 +115,9 @@ 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.
If an element is a variable symbol whose value is a list, the
value is used as a list of directories to search."
value is used as a list of directories to search.
Subdirectories are not automatically included in the search."
:type '(repeat (choice directory variable))
:initialize 'custom-initialize-delay)