# HG changeset patch # User Bill Wohler # Date 1142616489 0 # Node ID 052139add0ff200fb2e2b641e4b0c4fd5f0b58e5 # Parent 3feef8dfbff5c466be5d3699195f1918582cf571 (mh-image-load-path-for-library): Minor docstring fix. diff -r 3feef8dfbff5 -r 052139add0ff lisp/mh-e/ChangeLog --- a/lisp/mh-e/ChangeLog Fri Mar 17 17:26:58 2006 +0000 +++ b/lisp/mh-e/ChangeLog Fri Mar 17 17:28:09 2006 +0000 @@ -1,3 +1,8 @@ +2006-03-17 Bill Wohler + + * mh-compat.el (mh-image-load-path-for-library): Minor docstring + fix. + 2006-03-16 Bill Wohler * mh-comp.el (mh-send-letter): Use split-string to break up diff -r 3feef8dfbff5 -r 052139add0ff lisp/mh-e/mh-compat.el --- a/lisp/mh-e/mh-compat.el Fri Mar 17 17:26:58 2006 +0000 +++ b/lisp/mh-e/mh-compat.el Fri Mar 17 17:28:09 2006 +0000 @@ -117,9 +117,9 @@ (mh-defun-compat mh-image-load-path-for-library 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