aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lispref/ChangeLog4
-rw-r--r--lispref/display.texi6
2 files changed, 7 insertions, 3 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index 4dbe23d6ed..ab3f92564a 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,7 @@
+2006-03-16 Richard Stallman <[email protected]>
+
+ * display.texi (Defining Images): Minor cleanup.
+
2006-03-16 Bill Wohler <[email protected]>
* display.texi (Defining Images): In image-load-path-for-library,
diff --git a/lispref/display.texi b/lispref/display.texi
index 8b78b6a19e..dbe4e650e3 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