emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lispref/display.texi


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lispref/display.texi
Date: Mon, 13 Mar 2006 12:42:00 +0000

Index: emacs/lispref/display.texi
diff -u emacs/lispref/display.texi:1.206 emacs/lispref/display.texi:1.207
--- emacs/lispref/display.texi:1.206    Mon Mar 13 11:47:19 2006
+++ emacs/lispref/display.texi  Mon Mar 13 12:41:59 2006
@@ -4130,16 +4130,17 @@
 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
address@hidden, which includes @file{../../etc/images} and
address@hidden/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
address@hidden, then it returns just the directory that contains
address@hidden
+Then this function returns a list of directories which contains first
+the directory in which @var{image} was found, followed by the value of
address@hidden  If @var{path} is given, it is used instead of
address@hidden  If @var{path} is @code{t}, then the function just
+returns the directory that contains @var{image}.
address@hidden ??? Meaningm it does not return a list?
 
 If @var{no-error} is address@hidden, this function returns @code{nil}
 if a suitable path can't be found, rather than signaling an error.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]