changeset 82734:8c182b8c81d6

(create-image): Doc fix.
author Glenn Morris <rgm@gnu.org>
date Wed, 22 Aug 2007 07:48:47 +0000
parents c079d2d85189
children b5682656f2d4
files lisp/image.el
diffstat 1 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/image.el	Wed Aug 22 07:48:34 2007 +0000
+++ b/lisp/image.el	Wed Aug 22 07:48:47 2007 +0000
@@ -353,7 +353,12 @@
 like, e.g. `:mask MASK'.
 Value is the image created, or nil if images of type TYPE are not supported.
 
-Images should not be larger than specified by `max-image-size'."
+Images should not be larger than specified by `max-image-size'.
+
+Image file names that are not absolute are searched for in the
+\"images\" sub-directory of `data-directory' and
+`x-bitmap-file-path' (in that order)."
+  ;; It is x_find_image_file in image.c that sets the search path.
   (setq type (image-type file-or-data type data-p))
   (when (image-type-available-p type)
     (append (list 'image :type type (if data-p :data :file) file-or-data)