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:
parent
82b96f9518
commit
748c57f6af
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user