aboutsummaryrefslogtreecommitdiffstats
path: root/lispref
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2006-03-16 20:24:07 +0000
committerRichard M. Stallman <[email protected]>2006-03-16 20:24:07 +0000
commite8a5f60bc7f10a1c6b7fa4e9966305be59543d1b (patch)
tree22b80f83df0a90bddee3846d0f618440f676191f /lispref
parent16b9a4760b8767e9dc679c6661f74447e3c9acfe (diff)
(Defining Images): Minor cleanup.
Diffstat (limited to 'lispref')
-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