From 7a4bc7be955367c0956002e11824843c0bd370a1 Mon Sep 17 00:00:00 2001 From: Xue Fuqiao Date: Mon, 28 Oct 2013 07:04:16 +0800 Subject: [PATCH] * lisp/image.el (image-load-path): Doc fix. --- lisp/ChangeLog | 3 ++- lisp/image.el | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) 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) -- 2.11.4.GIT