1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-05 11:45:45 +00:00

(syms_of_macfns) <Vx_bitmap_file_path>: Doc fix.

This commit is contained in:
Dave Love 2003-01-06 15:20:57 +00:00
parent 82b96f9518
commit 748c57f6af

View File

@ -9976,7 +9976,7 @@ syms_of_macfns ()
init_x_parm_symbols ();
DEFVAR_LISP ("x-bitmap-file-path", &Vx_bitmap_file_path,
doc: /* List of directories to search for bitmap files for w32. */);
doc: /* List of directories to search for window system bitmap files. */);
Vx_bitmap_file_path = decode_env_path ((char *) 0, "PATH");
DEFVAR_LISP ("x-pointer-shape", &Vx_pointer_shape,