diff options
| author | Richard M. Stallman | 2006-03-16 20:24:07 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2006-03-16 20:24:07 +0000 |
| commit | e8a5f60bc7f10a1c6b7fa4e9966305be59543d1b (patch) | |
| tree | 22b80f83df0a90bddee3846d0f618440f676191f | |
| parent | 16b9a4760b8767e9dc679c6661f74447e3c9acfe (diff) | |
| download | emacs-e8a5f60bc7f10a1c6b7fa4e9966305be59543d1b.tar.gz emacs-e8a5f60bc7f10a1c6b7fa4e9966305be59543d1b.zip | |
(Defining Images): Minor cleanup.
| -rw-r--r-- | lispref/ChangeLog | 4 | ||||
| -rw-r--r-- | lispref/display.texi | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 4dbe23d6edd..ab3f92564a3 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2006-03-16 Richard Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * display.texi (Defining Images): Minor cleanup. | ||
| 4 | |||
| 1 | 2006-03-16 Bill Wohler <wohler@newt.com> | 5 | 2006-03-16 Bill Wohler <wohler@newt.com> |
| 2 | 6 | ||
| 3 | * display.texi (Defining Images): In image-load-path-for-library, | 7 | * display.texi (Defining Images): In image-load-path-for-library, |
diff --git a/lispref/display.texi b/lispref/display.texi index 8b78b6a19ec..dbe4e650e3a 100644 --- a/lispref/display.texi +++ b/lispref/display.texi | |||
| @@ -4127,10 +4127,10 @@ should specify the image as follows: | |||
| 4127 | 4127 | ||
| 4128 | @defun image-load-path-for-library library image &optional path no-error | 4128 | @defun image-load-path-for-library library image &optional path no-error |
| 4129 | @tindex image-load-path-for-library | 4129 | @tindex image-load-path-for-library |
| 4130 | This function returns a suitable search path for images relative to | 4130 | This function returns a suitable search path for images used by the |
| 4131 | @var{library}. | 4131 | Lisp package @var{library}. |
| 4132 | 4132 | ||
| 4133 | First it searches for @var{image} in @code{image-load-path} (excluding | 4133 | It searches for @var{image} in @code{image-load-path} (excluding |
| 4134 | @file{@code{data-directory}/images}) and @code{load-path}, followed by | 4134 | @file{@code{data-directory}/images}) and @code{load-path}, followed by |
| 4135 | a path suitable for @var{library}, which includes | 4135 | a path suitable for @var{library}, which includes |
| 4136 | @file{../../etc/images} and @file{../etc/images} relative to the | 4136 | @file{../../etc/images} and @file{../etc/images} relative to the |