diff options
Diffstat (limited to 'lisp/w32-vars.el')
-rw-r--r-- | lisp/w32-vars.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/w32-vars.el b/lisp/w32-vars.el index f660501a341..03ecf5355b1 100644 --- a/lisp/w32-vars.el +++ b/lisp/w32-vars.el @@ -134,7 +134,7 @@ X does. See `w32-fixed-font-alist' for the font menu definition." )) "*Fonts suitable for use in Emacs. Initially this is a list of some fixed width fonts that most people -will have like Terminal and Courier. These fonts are used in the font +will have like Terminal and Courier. These fonts are used in the font menu if the variable `w32-use-w32-font-dialog' is nil." :type '(list (string :tag "Menu Title") @@ -155,6 +155,7 @@ This is in addition to the primary selection." :type 'boolean :group 'killing) +(provide 'w32-vars) ;;; arch-tag: ee2394fb-9db7-4c15-a8f0-66b47f4a2bb1 ;;; w32-vars.el ends here |