Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
2e556b3f
Commit
2e556b3f
authored
Mar 13, 2006
by
Richard M. Stallman
Browse files
(Defining Images): Clean up last change.
parent
7cd3712b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
8 deletions
+9
-8
lispref/display.texi
lispref/display.texi
+9
-8
No files found.
lispref/display.texi
View file @
2e556b3f
...
...
@@ -4130,16 +4130,17 @@ should specify the image as follows:
This function returns a suitable search path for images relative to
@var{library}.
First it searches for
the
image in a path suitable for
@var{library}
includes @file{../../etc/images} and
@file{../etc/images} relative to
the files in @file{lisp/@var{library}}, as well as in
First it searches for
@var{
image
}
in a path suitable for
@var{library}, which
includes @file{../../etc/images} and
@file{../etc/images} relative to the library file itself, followed by
@code{image-load-path} and @code{load-path}.
Then this function returns the value of @code{load-path} augmented
with the directory that really contains @var{image}. If @var{path} is
given, it is used instead of @code{load-path}. If @var{path} is
@code{t}, then it returns just the directory that contains
@var{image}.
Then this function returns a list of directories which contains first
the directory in which @var{image} was found, followed by the value of
@code{load-path}. If @var{path} is given, it is used instead of
@code{load-path}. If @var{path} is @code{t}, then the function just
returns the directory that contains @var{image}.
@c ??? Meaningm it does not return a list?
If @var{no-error} is non-@code{nil}, this function returns @code{nil}
if a suitable path can't be found, rather than signaling an error.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment