From: Bill Wohler Date: Sun, 19 Mar 2006 18:19:12 +0000 (+0000) Subject: (image-load-path-for-library): Shorten first line in docstring. X-Git-Tag: emacs-pretest-22.0.90~3522 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ae77c7ff55a520080c2b42310caf88d56a685ddb;p=emacs.git (image-load-path-for-library): Shorten first line in docstring. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e2ecdd192ea..b0903f839ad 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2006-03-19 Bill Wohler + + * image.el (image-load-path-for-library): Shorten first line in + docstring. + 2006-03-18 Ben North (tiny change) * isearch.el (isearch-other-meta-char): Handle user bindings for diff --git a/lisp/image.el b/lisp/image.el index 4346d346829..2212b0fb471 100644 --- a/lisp/image.el +++ b/lisp/image.el @@ -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