diff options
| author | Bill Wohler | 2006-03-19 18:19:12 +0000 |
|---|---|---|
| committer | Bill Wohler | 2006-03-19 18:19:12 +0000 |
| commit | ae77c7ff55a520080c2b42310caf88d56a685ddb (patch) | |
| tree | 8c0864b13847d08e6850fda37a012730aa0638b3 | |
| parent | 052ec900fab95b6cd60c0e94452b923a521dbdd8 (diff) | |
| download | emacs-ae77c7ff55a520080c2b42310caf88d56a685ddb.tar.gz emacs-ae77c7ff55a520080c2b42310caf88d56a685ddb.zip | |
(image-load-path-for-library): Shorten first line in docstring.
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/image.el | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e2ecdd192ea..b0903f839ad 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2006-03-19 Bill Wohler <wohler@newt.com> | ||
| 2 | |||
| 3 | * image.el (image-load-path-for-library): Shorten first line in | ||
| 4 | docstring. | ||
| 5 | |||
| 1 | 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change) | 6 | 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change) |
| 2 | 7 | ||
| 3 | * isearch.el (isearch-other-meta-char): Handle user bindings for | 8 | * 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.") | |||
| 79 | 79 | ||
| 80 | 80 | ||
| 81 | (defun image-load-path-for-library (library image &optional path no-error) | 81 | (defun image-load-path-for-library (library image &optional path no-error) |
| 82 | "Return a suitable search path for images used by the Lisp package LIBRARY. | 82 | "Return a suitable search path for images used by LIBRARY. |
| 83 | 83 | ||
| 84 | It searches for IMAGE in `image-load-path' (excluding | 84 | It searches for IMAGE in `image-load-path' (excluding |
| 85 | \"`data-directory'/images\") and `load-path', followed by a path | 85 | \"`data-directory'/images\") and `load-path', followed by a path |