aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorEli Zaretskii2019-11-02 12:50:27 +0200
committerEli Zaretskii2019-11-02 12:50:27 +0200
commit996e08b05f6f29d2e80db1c3f23a749fe70eb6ae (patch)
tree7862ffc33f4397fe70148dd95c10a32b7ffc9cd8 /doc
parentcacd58463b9265ab737a85cceb502cd8538d3c9b (diff)
downloademacs-996e08b05f6f29d2e80db1c3f23a749fe70eb6ae.tar.gz
emacs-996e08b05f6f29d2e80db1c3f23a749fe70eb6ae.zip
Document Windows font selection quirks
* doc/emacs/msdos.texi (Windows Fonts): Document 'w32-use-w32-font-dialog' and 'w32-fixed-font-alist'.
Diffstat (limited to 'doc')
-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