aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/term/w32-win.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/term/w32-win.el b/lisp/term/w32-win.el
index bc38de41ef0..3987ad66f6a 100644
--- a/lisp/term/w32-win.el
+++ b/lisp/term/w32-win.el
@@ -1201,7 +1201,7 @@ See the documentation of `create-fontset-from-fontset-spec for the format.")
1201 "Select an Emacs font from a list of known good fonts and fontsets. 1201 "Select an Emacs font from a list of known good fonts and fontsets.
1202 1202
1203If `w32-use-w32-font-dialog' is non-nil (the default), use the Windows 1203If `w32-use-w32-font-dialog' is non-nil (the default), use the Windows
1204font dialog to display the list of possible fonts. Otherwise use a 1204font dialog to display the list of possible fonts. Otherwise use a
1205pop-up menu (like Emacs does on other platforms) initialized with 1205pop-up menu (like Emacs does on other platforms) initialized with
1206the fonts in `w32-fixed-font-alist'. 1206the fonts in `w32-fixed-font-alist'.
1207If `w32-list-proportional-fonts' is non-nil, add proportional fonts 1207If `w32-list-proportional-fonts' is non-nil, add proportional fonts