diff options
| author | Dave Love | 2003-01-06 15:21:37 +0000 |
|---|---|---|
| committer | Dave Love | 2003-01-06 15:21:37 +0000 |
| commit | c5903437c4038f76e310ac3380c178fe20086ae3 (patch) | |
| tree | dfb6442652f9211af4392f49be1100392e24f2c2 /src | |
| parent | 6e2d67d81361805134050a665ecc0478d1c9d376 (diff) | |
| download | emacs-c5903437c4038f76e310ac3380c178fe20086ae3.tar.gz emacs-c5903437c4038f76e310ac3380c178fe20086ae3.zip | |
(syms_of_xfns) <Vx_bitmap_file_path>: Doc fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xfns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xfns.c b/src/xfns.c index 6132a1dab73..7f777527157 100644 --- a/src/xfns.c +++ b/src/xfns.c | |||
| @@ -11913,7 +11913,7 @@ A cross is always drawn on black & white displays. */); | |||
| 11913 | cross_disabled_images = 0; | 11913 | cross_disabled_images = 0; |
| 11914 | 11914 | ||
| 11915 | DEFVAR_LISP ("x-bitmap-file-path", &Vx_bitmap_file_path, | 11915 | DEFVAR_LISP ("x-bitmap-file-path", &Vx_bitmap_file_path, |
| 11916 | doc: /* List of directories to search for bitmap files for X. */); | 11916 | doc: /* List of directories to search for window system bitmap files. */); |
| 11917 | Vx_bitmap_file_path = decode_env_path ((char *) 0, PATH_BITMAPS); | 11917 | Vx_bitmap_file_path = decode_env_path ((char *) 0, PATH_BITMAPS); |
| 11918 | 11918 | ||
| 11919 | DEFVAR_LISP ("x-pointer-shape", &Vx_pointer_shape, | 11919 | DEFVAR_LISP ("x-pointer-shape", &Vx_pointer_shape, |