From: Xue Fuqiao Date: Sun, 27 Oct 2013 23:04:16 +0000 (+0800) Subject: * lisp/image.el (image-load-path): Doc fix. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~1103 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7a4bc7be955367c0956002e11824843c0bd370a1;p=emacs.git * lisp/image.el (image-load-path): Doc fix. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 74e3450dc02..6f0eed1897b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,6 +1,7 @@ 2013-10-27 Xue Fuqiao - * image.el (defimage): Doc fix. + * image.el (defimage): + (image-load-path): Doc fixes. 2013-10-27 Alan Mackenzie 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)