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

index 08d81d10296e8f45498d4c96ae5966bca4a49214..b0f485ce698cd2254f015c5ddb69e26129eaf8c7 100644 (file)
@@ -15135,7 +15135,7 @@ system to handle them.  */);
   init_x_parm_symbols ();
 
   DEFVAR_LISP ("x-bitmap-file-path", &Vx_bitmap_file_path,
-              doc: /* List of directories to search for bitmap files for w32.  */);
+              doc: /* List of directories to search for window system bitmap files.  */);
   Vx_bitmap_file_path = decode_env_path ((char *) 0, "PATH");
 
   DEFVAR_LISP ("x-pointer-shape", &Vx_pointer_shape,