aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2015-03-23 19:55:23 +0200
committerEli Zaretskii2015-03-23 19:55:23 +0200
commit1b5c411e6a4dffd6a8dec9846da0d1650a85b879 (patch)
tree0a7b9eae61dbdd7f04ff457eb5f7c7c266ae3d47
parent2393085c9ac30ac7378a39ee77760dfdecd4b509 (diff)
downloademacs-1b5c411e6a4dffd6a8dec9846da0d1650a85b879.tar.gz
emacs-1b5c411e6a4dffd6a8dec9846da0d1650a85b879.zip
doc/misc/efaq-w32.texi: Fix comments about font dialog.
-rw-r--r--doc/misc/efaq-w32.texi8
1 files changed, 3 insertions, 5 deletions
diff --git a/doc/misc/efaq-w32.texi b/doc/misc/efaq-w32.texi
index d95fa7e4790..ab5eb066918 100644
--- a/doc/misc/efaq-w32.texi
+++ b/doc/misc/efaq-w32.texi
@@ -1091,9 +1091,7 @@ Normally Emacs should initialize @code{locale-coding-system} appropriately
1091based on your locale, which will let Emacs use font names in your local 1091based on your locale, which will let Emacs use font names in your local
1092language successfully. 1092language successfully.
1093 1093
1094@c This feature disappeared in Emacs 23, but I'm keeping its 1094@c This feature disappeared in Emacs 23, and was resurrected in 25.1.
1095@c description here, since I think it was a mistake to remove it, and
1096@c resurrecting it doesn't sound too problematic.
1097@node Font menu 1095@node Font menu
1098@section How can I have Emacs use a font menu like on X? 1096@section How can I have Emacs use a font menu like on X?
1099@cindex fonts, displaying a menu 1097@cindex fonts, displaying a menu
@@ -1111,8 +1109,8 @@ Place the following in your init file:
1111* Add fonts to menu:: 1109* Add fonts to menu::
1112@end menu 1110@end menu
1113 1111
1114@c This variable still exists, but will have no effect until 1112@c This variable had no effect between v23 and v25.1, where
1115@c w32-use-w32-font-dialog support is resurrected, see above. 1113@c w32-use-w32-font-dialog support was resurrected, see above.
1116@node Add fonts to menu 1114@node Add fonts to menu
1117@subsection How can I add my font to the font menu? 1115@subsection How can I add my font to the font menu?
1118@cindex font menu, adding fonts 1116@cindex font menu, adding fonts