aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/term
diff options
context:
space:
mode:
authorEli Zaretskii2006-03-18 13:13:30 +0000
committerEli Zaretskii2006-03-18 13:13:30 +0000
commitff04436d5330eb6f4a647936bc5d17d83448587f (patch)
treec94a36d8d1cb7dbd70b5441511708c65e2b7e7d0 /lisp/term
parent52f9306b4b2921cf3389882858873af42d86742a (diff)
downloademacs-ff04436d5330eb6f4a647936bc5d17d83448587f.tar.gz
emacs-ff04436d5330eb6f4a647936bc5d17d83448587f.zip
Fix last change.
Diffstat (limited to 'lisp/term')
-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