mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(image-load-path-for-library): Minor docstring fix.
This commit is contained in:
parent
15f43010ab
commit
40db64d23e
2 changed files with 6 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue