aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/image.el
diff options
context:
space:
mode:
authorBill Wohler <[email protected]>2006-03-17 17:26:58 +0000
committerBill Wohler <[email protected]>2006-03-17 17:26:58 +0000
commit40db64d23ec2b4626e6a906e9aaa45c1ab16044f (patch)
tree97e7ff7d58fc5d60d744edbe7ab78a3156277907 /lisp/image.el
parent15f43010ab4bd0fde865ac58857c800ac1c2df7d (diff)
(image-load-path-for-library): Minor docstring fix.
Diffstat (limited to 'lisp/image.el')
-rw-r--r--lisp/image.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/image.el b/lisp/image.el
index 357450ec47..4346d34682 100644
--- a/lisp/image.el
+++ b/lisp/image.el
@@ -79,9 +79,9 @@ value is used as a list of directories to search.")
(defun image-load-path-for-library (library image &optional path no-error)
- "Return a suitable search path for images relative to LIBRARY.
+ "Return a suitable search path for images used by the Lisp package LIBRARY.
-First it searches for IMAGE in `image-load-path' (excluding
+It searches for IMAGE in `image-load-path' (excluding
\"`data-directory'/images\") and `load-path', followed by a path
suitable for LIBRARY, which includes \"../../etc/images\" and
\"../etc/images\" relative to the library file itself, and then