From: Bill Wohler Date: Fri, 17 Mar 2006 17:26:58 +0000 (+0000) Subject: (image-load-path-for-library): Minor docstring fix. X-Git-Tag: emacs-pretest-22.0.90~3554 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=40db64d23ec2b4626e6a906e9aaa45c1ab16044f;p=emacs.git (image-load-path-for-library): Minor docstring fix. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 09bb8ca8b2f..a4b8121edaa 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --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.") (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