(image-load-path-for-library): Shorten first line in docstring.
This commit is contained in:
parent
052ec900fa
commit
ae77c7ff55
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2006-03-19 Bill Wohler <wohler@newt.com>
|
||||
|
||||
* image.el (image-load-path-for-library): Shorten first line in
|
||||
docstring.
|
||||
|
||||
2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
|
||||
|
||||
* isearch.el (isearch-other-meta-char): Handle user bindings for
|
||||
|
|
|
@ -79,7 +79,7 @@ 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 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
|
||||
|
|
Loading…
Add table
Reference in a new issue