mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-29 07:58:28 +00:00
(mh-image-load-path-for-library): Minor docstring fix.
This commit is contained in:
parent
40db64d23e
commit
1792673df9
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user