diff src/macfns.c @ 49078:ab2d537c76d4

(syms_of_macfns) <Vx_bitmap_file_path>: Doc fix.
author Dave Love <fx@gnu.org>
date Mon, 06 Jan 2003 15:20:57 +0000
parents af143d9ed38e
children 443e3f602fc2
line wrap: on
line diff
--- a/src/macfns.c	Mon Jan 06 14:55:12 2003 +0000
+++ b/src/macfns.c	Mon Jan 06 15:20:57 2003 +0000
@@ -9976,7 +9976,7 @@
   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,