diff options
| author | Eli Zaretskii | 2006-03-18 13:13:30 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2006-03-18 13:13:30 +0000 |
| commit | ff04436d5330eb6f4a647936bc5d17d83448587f (patch) | |
| tree | c94a36d8d1cb7dbd70b5441511708c65e2b7e7d0 /lisp | |
| parent | 52f9306b4b2921cf3389882858873af42d86742a (diff) | |
| download | emacs-ff04436d5330eb6f4a647936bc5d17d83448587f.tar.gz emacs-ff04436d5330eb6f4a647936bc5d17d83448587f.zip | |
Fix last change.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/term/w32-win.el | 2 |
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 | ||
| 1203 | If `w32-use-w32-font-dialog' is non-nil (the default), use the Windows | 1203 | If `w32-use-w32-font-dialog' is non-nil (the default), use the Windows |
| 1204 | font dialog to display the list of possible fonts. Otherwise use a | 1204 | font dialog to display the list of possible fonts. Otherwise use a |
| 1205 | pop-up menu (like Emacs does on other platforms) initialized with | 1205 | pop-up menu (like Emacs does on other platforms) initialized with |
| 1206 | the fonts in `w32-fixed-font-alist'. | 1206 | the fonts in `w32-fixed-font-alist'. |
| 1207 | If `w32-list-proportional-fonts' is non-nil, add proportional fonts | 1207 | If `w32-list-proportional-fonts' is non-nil, add proportional fonts |