mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-23 04:53:12 -08:00
(Defining Images): Minor cleanup.
This commit is contained in:
parent
16b9a4760b
commit
e8a5f60bc7
2 changed files with 7 additions and 3 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2006-03-16 Richard Stallman <rms@gnu.org>
|
||||
|
||||
* display.texi (Defining Images): Minor cleanup.
|
||||
|
||||
2006-03-16 Bill Wohler <wohler@newt.com>
|
||||
|
||||
* display.texi (Defining Images): In image-load-path-for-library,
|
||||
|
|
|
|||
|
|
@ -4127,10 +4127,10 @@ should specify the image as follows:
|
|||
|
||||
@defun image-load-path-for-library library image &optional path no-error
|
||||
@tindex image-load-path-for-library
|
||||
This function returns a suitable search path for images relative to
|
||||
@var{library}.
|
||||
This function returns a suitable search path for images used by the
|
||||
Lisp package @var{library}.
|
||||
|
||||
First it searches for @var{image} in @code{image-load-path} (excluding
|
||||
It searches for @var{image} in @code{image-load-path} (excluding
|
||||
@file{@code{data-directory}/images}) and @code{load-path}, followed by
|
||||
a path suitable for @var{library}, which includes
|
||||
@file{../../etc/images} and @file{../etc/images} relative to the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue