diff lispref/display.texi @ 69517:a1a937e48976

(Defining Images): In image-load-path-for-library, prefer user's images.
author Bill Wohler <wohler@newt.com>
date Thu, 16 Mar 2006 16:57:39 +0000
parents a996c2fa0b6a
children 3a3fa8d383e2
line wrap: on
line diff
--- a/lispref/display.texi	Thu Mar 16 16:55:26 2006 +0000
+++ b/lispref/display.texi	Thu Mar 16 16:57:39 2006 +0000
@@ -4130,10 +4130,11 @@
 This function returns a suitable search path for images relative to
 @var{library}.
 
-First it searches for @var{image} in a path suitable for
-@var{library}, which includes @file{../../etc/images} and
-@file{../etc/images} relative to the library file itself, followed by
-@code{image-load-path} and @code{load-path}.
+First it searches for @var{image} in @code{image-load-path} (excluding
+@file{@code{data-directory}/images}) and @code{load-path}, followed by
+a path suitable for @var{library}, which includes
+@file{../../etc/images} and @file{../etc/images} relative to the
+library file itself, and then in @file{@code{data-directory}/images}.
 
 Then this function returns a list of directories which contains first
 the directory in which @var{image} was found, followed by the value of