From: Richard M. Stallman Date: Thu, 16 Mar 2006 20:24:07 +0000 (+0000) Subject: (Defining Images): Minor cleanup. X-Git-Tag: emacs-pretest-22.0.90~3567 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e8a5f60bc7f10a1c6b7fa4e9966305be59543d1b;p=emacs.git (Defining Images): Minor cleanup. --- diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 4dbe23d6edd..ab3f92564a3 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,7 @@ +2006-03-16 Richard Stallman + + * display.texi (Defining Images): Minor cleanup. + 2006-03-16 Bill Wohler * display.texi (Defining Images): In image-load-path-for-library, diff --git a/lispref/display.texi b/lispref/display.texi index 8b78b6a19ec..dbe4e650e3a 100644 --- a/lispref/display.texi +++ b/lispref/display.texi @@ -4127,10 +4127,10 @@ should specify the image as follows: @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}. +This function returns a suitable search path for images used by the +Lisp package @var{library}. -First it searches for @var{image} in @code{image-load-path} (excluding +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