aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDave Love2003-01-06 15:20:57 +0000
committerDave Love2003-01-06 15:20:57 +0000
commit748c57f6af6ef0cbe45acd661079a37874d68d8e (patch)
tree67d82986d451ecf9d32d92caa373b837bfe01040 /src
parent82b96f95186b0596097405b9713b2ecae94412f1 (diff)
downloademacs-748c57f6af6ef0cbe45acd661079a37874d68d8e.tar.gz
emacs-748c57f6af6ef0cbe45acd661079a37874d68d8e.zip
(syms_of_macfns) <Vx_bitmap_file_path>: Doc fix.
Diffstat (limited to 'src')
-rw-r--r--src/macfns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/macfns.c b/src/macfns.c
index e2fe2969dfb..38afebe0c91 100644
--- a/src/macfns.c
+++ b/src/macfns.c
@@ -9976,7 +9976,7 @@ syms_of_macfns ()
9976 init_x_parm_symbols (); 9976 init_x_parm_symbols ();
9977 9977
9978 DEFVAR_LISP ("x-bitmap-file-path", &Vx_bitmap_file_path, 9978 DEFVAR_LISP ("x-bitmap-file-path", &Vx_bitmap_file_path,
9979 doc: /* List of directories to search for bitmap files for w32. */); 9979 doc: /* List of directories to search for window system bitmap files. */);
9980 Vx_bitmap_file_path = decode_env_path ((char *) 0, "PATH"); 9980 Vx_bitmap_file_path = decode_env_path ((char *) 0, "PATH");
9981 9981
9982 DEFVAR_LISP ("x-pointer-shape", &Vx_pointer_shape, 9982 DEFVAR_LISP ("x-pointer-shape", &Vx_pointer_shape,