changeset 49080:ec331b35847e

(syms_of_xfns) <Vx_bitmap_file_path>: Doc fix.
author Dave Love <fx@gnu.org>
date Mon, 06 Jan 2003 15:21:37 +0000
parents 24de3cf96fb0
children bd4e0fb1fe78
files src/xfns.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/xfns.c	Mon Jan 06 15:21:08 2003 +0000
+++ b/src/xfns.c	Mon Jan 06 15:21:37 2003 +0000
@@ -11913,7 +11913,7 @@
   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,