aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Wohler2006-03-17 17:26:58 +0000
committerBill Wohler2006-03-17 17:26:58 +0000
commit40db64d23ec2b4626e6a906e9aaa45c1ab16044f (patch)
tree97e7ff7d58fc5d60d744edbe7ab78a3156277907
parent15f43010ab4bd0fde865ac58857c800ac1c2df7d (diff)
downloademacs-40db64d23ec2b4626e6a906e9aaa45c1ab16044f.tar.gz
emacs-40db64d23ec2b4626e6a906e9aaa45c1ab16044f.zip
(image-load-path-for-library): Minor docstring fix.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/image.el4
2 files changed, 6 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 09bb8ca8b2f..a4b8121edaa 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12006-03-17 Bill Wohler <wohler@newt.com>
2
3 * image.el (image-load-path-for-library): Minor docstring fix.
4
12006-03-17 Carsten Dominik <dominik@science.uva.nl> 52006-03-17 Carsten Dominik <dominik@science.uva.nl>
2 6
3 * textmodes/org.el (org-read-date): Include subgroup 5 into 7 * textmodes/org.el (org-read-date): Include subgroup 5 into
diff --git a/lisp/image.el b/lisp/image.el
index 357450ec473..4346d346829 100644
--- a/lisp/image.el
+++ b/lisp/image.el
@@ -79,9 +79,9 @@ value is used as a list of directories to search.")
79 79
80 80
81(defun image-load-path-for-library (library image &optional path no-error) 81(defun image-load-path-for-library (library image &optional path no-error)
82 "Return a suitable search path for images relative to LIBRARY. 82 "Return a suitable search path for images used by the Lisp package LIBRARY.
83 83
84First it searches for IMAGE in `image-load-path' (excluding 84It searches for IMAGE in `image-load-path' (excluding
85\"`data-directory'/images\") and `load-path', followed by a path 85\"`data-directory'/images\") and `load-path', followed by a path
86suitable for LIBRARY, which includes \"../../etc/images\" and 86suitable for LIBRARY, which includes \"../../etc/images\" and
87\"../etc/images\" relative to the library file itself, and then 87\"../etc/images\" relative to the library file itself, and then