diff options
author | Bill Wohler <wohler@newt.com> | 2006-03-19 18:20:31 +0000 |
---|---|---|
committer | Bill Wohler <wohler@newt.com> | 2006-03-19 18:20:31 +0000 |
commit | d79c9e9d25a709b84a858ca58f1562b21f2d573d (patch) | |
tree | 9050700edaf529c82de011e1eba454de6c3623c8 | |
parent | ae77c7ff55a520080c2b42310caf88d56a685ddb (diff) | |
download | emacs-d79c9e9d25a709b84a858ca58f1562b21f2d573d.tar.gz |
(mh-image-load-path-for-library): Shorten first line in docstring.
-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 |