aboutsummaryrefslogtreecommitdiffstats
path: root/src/xfns.c
diff options
context:
space:
mode:
authorDave Love <[email protected]>2003-01-06 15:21:37 +0000
committerDave Love <[email protected]>2003-01-06 15:21:37 +0000
commitc5903437c4038f76e310ac3380c178fe20086ae3 (patch)
treedfb6442652f9211af4392f49be1100392e24f2c2 /src/xfns.c
parent6e2d67d81361805134050a665ecc0478d1c9d376 (diff)
(syms_of_xfns) <Vx_bitmap_file_path>: Doc fix.
Diffstat (limited to 'src/xfns.c')
-rw-r--r--src/xfns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xfns.c b/src/xfns.c
index 6132a1dab7..7f77752715 100644
--- a/src/xfns.c
+++ b/src/xfns.c
@@ -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,