]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/image.el (image-load-path): Doc fix.
authorXue Fuqiao <xfq.free@gmail.com>
Sun, 27 Oct 2013 23:04:16 +0000 (07:04 +0800)
committerXue Fuqiao <xfq.free@gmail.com>
Sun, 27 Oct 2013 23:04:16 +0000 (07:04 +0800)
lisp/ChangeLog
lisp/image.el

index 74e3450dc02c67bf245e0a955c96948c76425a3f..6f0eed1897bb88984a7c9c35863a54ac27219457 100644 (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>
 
index 0fc4deba2965888800434f0b2045a74c1ee832e1..6ce5b82ec48a8d36f2d2149a01ea5121df6a7dad 100644 (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)