]> git.eshelyaron.com Git - emacs.git/commitdiff
(Defining Images): In image-load-path-for-library, prefer user's
authorBill Wohler <wohler@newt.com>
Thu, 16 Mar 2006 16:57:39 +0000 (16:57 +0000)
committerBill Wohler <wohler@newt.com>
Thu, 16 Mar 2006 16:57:39 +0000 (16:57 +0000)
images.

lispref/ChangeLog
lispref/display.texi

index 1ea4a73365c9376632e1150ec2b309961d265b7a..4dbe23d6edd071df21ce4a8743f8a3e28ee6ccf1 100644 (file)
@@ -1,3 +1,8 @@
+2006-03-16  Bill Wohler  <wohler@newt.com>
+
+       * display.texi (Defining Images): In image-load-path-for-library,
+       prefer user's images.
+
 2006-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * modes.texi (Region to Fontify): Remove font-lock-lines-before.
index 649d2ca17a0e00a3b842939e92bd207daa25763d..8b78b6a19ec73fc51ddde079ef69953568715e1a 100644 (file)
@@ -4130,10 +4130,11 @@ should specify the image as follows:
 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