]> git.eshelyaron.com Git - emacs.git/commitdiff
(image-load-path-for-library): Minor docstring fix.
authorBill Wohler <wohler@newt.com>
Fri, 17 Mar 2006 17:26:58 +0000 (17:26 +0000)
committerBill Wohler <wohler@newt.com>
Fri, 17 Mar 2006 17:26:58 +0000 (17:26 +0000)
lisp/ChangeLog
lisp/image.el

index 09bb8ca8b2f3ee301ae5d2c8007efdef150610a6..a4b8121edaa55177581c5e958bfa3b3b598b5fb1 100644 (file)
@@ -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
index 357450ec4734e8397f168aa21c17fcb28c47cc80..4346d3468296340a5abc2cb0740d14ee666033ea 100644 (file)
@@ -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