diff options
author | Xue Fuqiao <xfq.free@gmail.com> | 2013-10-28 07:04:16 +0800 |
---|---|---|
committer | Xue Fuqiao <xfq.free@gmail.com> | 2013-10-28 07:04:16 +0800 |
commit | 7a4bc7be955367c0956002e11824843c0bd370a1 (patch) | |
tree | 2148c7fe027ba9b4e5a6d8f779d69904990896fa /lisp/image.el | |
parent | 18c9f8a224e17082270b83fb77a1fc9d41072cff (diff) | |
download | emacs-7a4bc7be955367c0956002e11824843c0bd370a1.tar.gz |
* lisp/image.el (image-load-path): Doc fix.
Diffstat (limited to 'lisp/image.el')
-rw-r--r-- | lisp/image.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/image.el b/lisp/image.el index 0fc4deba296..6ce5b82ec48 100644 --- a/lisp/image.el +++ b/lisp/image.el @@ -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) |