aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2006-03-16 20:24:07 +0000
committerRichard M. Stallman2006-03-16 20:24:07 +0000
commite8a5f60bc7f10a1c6b7fa4e9966305be59543d1b (patch)
tree22b80f83df0a90bddee3846d0f618440f676191f
parent16b9a4760b8767e9dc679c6661f74447e3c9acfe (diff)
downloademacs-e8a5f60bc7f10a1c6b7fa4e9966305be59543d1b.tar.gz
emacs-e8a5f60bc7f10a1c6b7fa4e9966305be59543d1b.zip
(Defining Images): Minor cleanup.
-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 4dbe23d6edd..ab3f92564a3 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,7 @@
12006-03-16 Richard Stallman <rms@gnu.org>
2
3 * display.texi (Defining Images): Minor cleanup.
4
12006-03-16 Bill Wohler <wohler@newt.com> 52006-03-16 Bill Wohler <wohler@newt.com>
2 6
3 * display.texi (Defining Images): In image-load-path-for-library, 7 * 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:
4127 4127
4128@defun image-load-path-for-library library image &optional path no-error 4128@defun image-load-path-for-library library image &optional path no-error
4129@tindex image-load-path-for-library 4129@tindex image-load-path-for-library
4130This function returns a suitable search path for images relative to 4130This function returns a suitable search path for images used by the
4131@var{library}. 4131Lisp package @var{library}.
4132 4132
4133First it searches for @var{image} in @code{image-load-path} (excluding 4133It searches for @var{image} in @code{image-load-path} (excluding
4134@file{@code{data-directory}/images}) and @code{load-path}, followed by 4134@file{@code{data-directory}/images}) and @code{load-path}, followed by
4135a path suitable for @var{library}, which includes 4135a path suitable for @var{library}, which includes
4136@file{../../etc/images} and @file{../etc/images} relative to the 4136@file{../../etc/images} and @file{../etc/images} relative to the