diff options
| -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 |