Mercurial > emacs
diff src/xfns.c @ 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 | 057cea5b1f68 |
| children | f8288cd7d1cd |
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,
