diff options
-rw-r--r-- | lisp/mh-e/ChangeLog | 5 | ||||
-rw-r--r-- | lisp/mh-e/mh-compat.el | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog index 0da950ab177..e6901a3c419 100644 --- a/lisp/mh-e/ChangeLog +++ b/lisp/mh-e/ChangeLog @@ -1,3 +1,8 @@ +2006-03-19 Bill Wohler <wohler@newt.com> + + * mh-compat.el (mh-image-load-path-for-library): Shorten first line in + docstring. + 2006-03-17 Bill Wohler <wohler@newt.com> * mh-compat.el (mh-image-load-path-for-library): Minor docstring diff --git a/lisp/mh-e/mh-compat.el b/lisp/mh-e/mh-compat.el index db4bf3754ff..256a8cfe831 100644 --- a/lisp/mh-e/mh-compat.el +++ b/lisp/mh-e/mh-compat.el @@ -117,7 +117,7 @@ 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 used by the Lisp package LIBRARY. + "Return a suitable search path for images used by LIBRARY. It searches for IMAGE in `image-load-path' (excluding \"`data-directory'/images\") and `load-path', followed by a path |