diff options
| author | Bill Wohler | 2006-03-17 17:28:09 +0000 |
|---|---|---|
| committer | Bill Wohler | 2006-03-17 17:28:09 +0000 |
| commit | 1792673df920e4ee8d2f1814dfe690c8d3a836ce (patch) | |
| tree | be6e6a7efc6d172c20c23de653ba709f95228e91 /lisp | |
| parent | 40db64d23ec2b4626e6a906e9aaa45c1ab16044f (diff) | |
| download | emacs-1792673df920e4ee8d2f1814dfe690c8d3a836ce.tar.gz emacs-1792673df920e4ee8d2f1814dfe690c8d3a836ce.zip | |
(mh-image-load-path-for-library): Minor docstring fix.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/mh-e/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/mh-e/mh-compat.el | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog index 012bdfe0a59..0da950ab177 100644 --- a/lisp/mh-e/ChangeLog +++ b/lisp/mh-e/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2006-03-17 Bill Wohler <wohler@newt.com> | ||
| 2 | |||
| 3 | * mh-compat.el (mh-image-load-path-for-library): Minor docstring | ||
| 4 | fix. | ||
| 5 | |||
| 1 | 2006-03-16 Bill Wohler <wohler@newt.com> | 6 | 2006-03-16 Bill Wohler <wohler@newt.com> |
| 2 | 7 | ||
| 3 | * mh-comp.el (mh-send-letter): Use split-string to break up | 8 | * mh-comp.el (mh-send-letter): Use split-string to break up |
diff --git a/lisp/mh-e/mh-compat.el b/lisp/mh-e/mh-compat.el index 5e94d72e0b0..db4bf3754ff 100644 --- a/lisp/mh-e/mh-compat.el +++ b/lisp/mh-e/mh-compat.el | |||
| @@ -117,9 +117,9 @@ introduced in Emacs 22." | |||
| 117 | 117 | ||
| 118 | (mh-defun-compat mh-image-load-path-for-library | 118 | (mh-defun-compat mh-image-load-path-for-library |
| 119 | image-load-path-for-library (library image &optional path no-error) | 119 | image-load-path-for-library (library image &optional path no-error) |
| 120 | "Return a suitable search path for images relative to LIBRARY. | 120 | "Return a suitable search path for images used by the Lisp package LIBRARY. |
| 121 | 121 | ||
| 122 | First it searches for IMAGE in `image-load-path' (excluding | 122 | It searches for IMAGE in `image-load-path' (excluding |
| 123 | \"`data-directory'/images\") and `load-path', followed by a path | 123 | \"`data-directory'/images\") and `load-path', followed by a path |
| 124 | suitable for LIBRARY, which includes \"../../etc/images\" and | 124 | suitable for LIBRARY, which includes \"../../etc/images\" and |
| 125 | \"../etc/images\" relative to the library file itself, and then | 125 | \"../etc/images\" relative to the library file itself, and then |