# HG changeset patch # User Richard M. Stallman # Date 1142540635 0 # Node ID 3a3fa8d383e27a0da2839ababa3ff4387826fc8f # Parent 67b5315387f401ee1f68373445d8e9a9eb4bf8e4 (Defining Images): Minor cleanup. diff -r 67b5315387f4 -r 3a3fa8d383e2 lispref/display.texi --- a/lispref/display.texi Thu Mar 16 17:38:14 2006 +0000 +++ b/lispref/display.texi Thu Mar 16 20:23:55 2006 +0000 @@ -4127,10 +4127,10 @@ @defun image-load-path-for-library library image &optional path no-error @tindex image-load-path-for-library -This function returns a suitable search path for images relative to -@var{library}. - -First it searches for @var{image} in @code{image-load-path} (excluding +This function returns a suitable search path for images used by the +Lisp package @var{library}. + +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