changeset 83770:9109a293afb7

Comment.
author Glenn Morris <rgm@gnu.org>
date Thu, 30 Aug 2007 05:05:58 +0000
parents 7b7c42786f4a
children 1b5d80bf327c
files src/image.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/image.c	Wed Aug 29 22:19:43 2007 +0000
+++ b/src/image.c	Thu Aug 30 05:05:58 2007 +0000
@@ -2377,7 +2377,7 @@
 		       Vx_bitmap_file_path);
   GCPRO2 (file_found, search_path);
 
-  /* Try to find FILE in data-directory, then x-bitmap-file-path.  */
+  /* Try to find FILE in data-directory/images, then x-bitmap-file-path.  */
   fd = openp (search_path, file, Qnil, &file_found, Qnil);
 
   if (fd == -1)