diff options
| author | Dave Love | 2003-01-06 15:21:08 +0000 |
|---|---|---|
| committer | Dave Love | 2003-01-06 15:21:08 +0000 |
| commit | 6e2d67d81361805134050a665ecc0478d1c9d376 (patch) | |
| tree | 9ec2deecc63e003aebdd64b6caf21301ab99041b /src | |
| parent | 748c57f6af6ef0cbe45acd661079a37874d68d8e (diff) | |
| download | emacs-6e2d67d81361805134050a665ecc0478d1c9d376.tar.gz emacs-6e2d67d81361805134050a665ecc0478d1c9d376.zip | |
(syms_of_w32fns) <Vx_bitmap_file_path>: Doc fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/w32fns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32fns.c b/src/w32fns.c index 08d81d10296..b0f485ce698 100644 --- a/src/w32fns.c +++ b/src/w32fns.c | |||
| @@ -15135,7 +15135,7 @@ system to handle them. */); | |||
| 15135 | init_x_parm_symbols (); | 15135 | init_x_parm_symbols (); |
| 15136 | 15136 | ||
| 15137 | DEFVAR_LISP ("x-bitmap-file-path", &Vx_bitmap_file_path, | 15137 | DEFVAR_LISP ("x-bitmap-file-path", &Vx_bitmap_file_path, |
| 15138 | doc: /* List of directories to search for bitmap files for w32. */); | 15138 | doc: /* List of directories to search for window system bitmap files. */); |
| 15139 | Vx_bitmap_file_path = decode_env_path ((char *) 0, "PATH"); | 15139 | Vx_bitmap_file_path = decode_env_path ((char *) 0, "PATH"); |
| 15140 | 15140 | ||
| 15141 | DEFVAR_LISP ("x-pointer-shape", &Vx_pointer_shape, | 15141 | DEFVAR_LISP ("x-pointer-shape", &Vx_pointer_shape, |