# HG changeset patch # User Bill Wohler # Date 1142616418 0 # Node ID 3feef8dfbff5c466be5d3699195f1918582cf571 # Parent acdcffc04863913e0dedef161187ffea7aca7d9f (image-load-path-for-library): Minor docstring fix. diff -r acdcffc04863 -r 3feef8dfbff5 lisp/ChangeLog --- 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 + + * image.el (image-load-path-for-library): Minor docstring fix. + 2006-03-17 Carsten Dominik * textmodes/org.el (org-read-date): Include subgroup 5 into diff -r acdcffc04863 -r 3feef8dfbff5 lisp/image.el --- 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