]> git.eshelyaron.com Git - emacs.git/commitdiff
(syms_of_xfns) <Vx_bitmap_file_path>: Doc fix.
authorDave Love <fx@gnu.org>
Mon, 6 Jan 2003 15:21:37 +0000 (15:21 +0000)
committerDave Love <fx@gnu.org>
Mon, 6 Jan 2003 15:21:37 +0000 (15:21 +0000)
src/xfns.c

index 6132a1dab7367b805a14026a4cacdb7d4c34c75b..7f7775271574c98bc70a503c6dd67713760101e0 100644 (file)
@@ -11913,7 +11913,7 @@ A cross is always drawn on black & white displays.  */);
   cross_disabled_images = 0;
 
   DEFVAR_LISP ("x-bitmap-file-path", &Vx_bitmap_file_path,
-    doc: /* List of directories to search for bitmap files for X.  */);
+    doc: /* List of directories to search for window system bitmap files.  */);
   Vx_bitmap_file_path = decode_env_path ((char *) 0, PATH_BITMAPS);
 
   DEFVAR_LISP ("x-pointer-shape", &Vx_pointer_shape,