]> code.delx.au - gnu-emacs/commitdiff
(syms_of_macfns) <Vx_bitmap_file_path>: Doc fix.
authorDave Love <fx@gnu.org>
Mon, 6 Jan 2003 15:20:57 +0000 (15:20 +0000)
committerDave Love <fx@gnu.org>
Mon, 6 Jan 2003 15:20:57 +0000 (15:20 +0000)
src/macfns.c

index e2fe2969dfb6a84a81a1230598fea6dbc33140b8..38afebe0c91ca5185296a593cb87928e091197f6 100644 (file)
@@ -9976,7 +9976,7 @@ syms_of_macfns ()
   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,