aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/emacs/msdos.texi9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/emacs/msdos.texi b/doc/emacs/msdos.texi
index 5377df91d10..55093a080a4 100644
--- a/doc/emacs/msdos.texi
+++ b/doc/emacs/msdos.texi
@@ -1133,6 +1133,15 @@ file. (If the function returns @code{nil}, you have no fonts
1133installed that can display characters from the scripts which need this 1133installed that can display characters from the scripts which need this
1134facility.) 1134facility.)
1135 1135
1136@vindex w32-use-w32-font-dialog
1137@vindex w32-fixed-font-alist
1138The variable @code{w32-use-w32-font-dialog} controls the way fonts can
1139be selected via @kbd{S-mouse-1} (@code{mouse-appearance-menu}). If
1140the value is @code{t}, the default, Emacs uses the standard Windows
1141font selection dialog. If the value is @code{nil}, Emacs instead pops
1142a menu of a fixed set of fonts. The fonts to appear in the menu are
1143determined by @code{w32-fixed-font-alist}.
1144
1136@node Windows Misc 1145@node Windows Misc
1137@section Miscellaneous Windows-specific features 1146@section Miscellaneous Windows-specific features
1138 1147