Mercurial > emacs
changeset 69535:3feef8dfbff5
(image-load-path-for-library): Minor docstring fix.
author | Bill Wohler <wohler@newt.com> |
---|---|
date | Fri, 17 Mar 2006 17:26:58 +0000 |
parents | acdcffc04863 |
children | 052139add0ff |
files | lisp/ChangeLog lisp/image.el |
diffstat | 2 files changed, 6 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri Mar 17 13:05:30 2006 +0000 +++ b/lisp/ChangeLog Fri Mar 17 17:26:58 2006 +0000 @@ -1,3 +1,7 @@ +2006-03-17 Bill Wohler <wohler@newt.com> + + * image.el (image-load-path-for-library): Minor docstring fix. + 2006-03-17 Carsten Dominik <dominik@science.uva.nl> * textmodes/org.el (org-read-date): Include subgroup 5 into
--- a/lisp/image.el Fri Mar 17 13:05:30 2006 +0000 +++ b/lisp/image.el Fri Mar 17 17:26:58 2006 +0000 @@ -79,9 +79,9 @@ (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