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: Chong Yidong
Subject: [Emacs-diffs] Changes to emacs/lispref/display.texi
Date: Sun, 18 Sep 2005 10:03:57 -0400

Index: emacs/lispref/display.texi
diff -c emacs/lispref/display.texi:1.186 emacs/lispref/display.texi:1.187
*** emacs/lispref/display.texi:1.186    Sat Sep 17 04:59:58 2005
--- emacs/lispref/display.texi  Sun Sep 18 14:03:55 2005
***************
*** 3952,3960 ****
  @defvar image-load-path
  @tindex image-load-path
  This variable's value is a list of locations in which to search for
! image files.  If an element is a string, it is taken to be the name of
! a directory to search.  If an element is a variable symbol, the value
! of that variable is used as a list of directories to search.
  
  The default is to search in the @file{images} subdirectory of the
  directory specified by @code{data-directory}, then the directory
--- 3952,3961 ----
  @defvar image-load-path
  @tindex image-load-path
  This variable's value is a list of locations in which to search for
! image files.  If an element is a string or a variable symbol whose
! value is a string, the string is taken to be the name of a directory
! to search.  If an element is a variable symbol whose value is a list,
! that is taken to be a list of directory names to search.
  
  The default is to search in the @file{images} subdirectory of the
  directory specified by @code{data-directory}, then the directory
***************
*** 3962,3968 ****
  @code{load-path}.  Subdirectories are not automatically included in
  the search, so if you put an image file in a subdirectory, you have to
  supply the subdirectory name explicitly.  For example, to find the
! image @file{images/foo/bar.xpm} within @code{data-directory} you
  should specify the image as follows:
  
  @example
--- 3963,3969 ----
  @code{load-path}.  Subdirectories are not automatically included in
  the search, so if you put an image file in a subdirectory, you have to
  supply the subdirectory name explicitly.  For example, to find the
! image @file{images/foo/bar.xpm} within @code{data-directory}, you
  should specify the image as follows:
  
  @example




reply via email to

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