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

index 012bdfe0a591f93f2d87d5f7a61c76f769036348..0da950ab177d1bce8a5a4b3733ac278dac56c6af 100644 (file)
@@ -1,3 +1,8 @@
+2006-03-17  Bill Wohler  <wohler@newt.com>
+
+       * mh-compat.el (mh-image-load-path-for-library): Minor docstring
+       fix.
+
 2006-03-16  Bill Wohler  <wohler@newt.com>
 
        * mh-comp.el (mh-send-letter): Use split-string to break up
index 5e94d72e0b02f604bf82b883e89795df01230714..db4bf3754ff8991c093f5df330f0f9c17845adf2 100644 (file)
@@ -117,9 +117,9 @@ introduced in Emacs 22."
 
 (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