diff options
author | Jason Rumney <jasonr@gnu.org> | 2008-02-08 00:02:57 +0000 |
---|---|---|
committer | Jason Rumney <jasonr@gnu.org> | 2008-02-08 00:02:57 +0000 |
commit | 59485be7178fc147fcd21bc3a1fc514f324fe1ad (patch) | |
tree | f640d4b454d2b06468ddc012dcce52ff2c237c42 /doc | |
parent | 329980902aae20fc9770af4b103f7663ba7bd914 (diff) | |
download | emacs-59485be7178fc147fcd21bc3a1fc514f324fe1ad.tar.gz |
Typo fix
Diffstat (limited to 'doc')
-rw-r--r-- | doc/emacs/msdog.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/emacs/msdog.texi b/doc/emacs/msdog.texi index 206b21f9df6..983d161d8de 100644 --- a/doc/emacs/msdog.texi +++ b/doc/emacs/msdog.texi @@ -737,7 +737,7 @@ fontconfig library used in modern Free desktops. The old XLFD based format is also supported for backwards compatibility. Emacs 23 supports a number of backends. Currently on Windows the @code{gdi} - font backend is supported. +font backend is supported. @cindex font properties (MS Windows) @noindent @@ -755,7 +755,7 @@ is assumed. @code{slant} specifies whether the font is italic. Special values @code{roman}, @code{italic} and @code{oblique} can be specified without the @code{slant=} (eg @samp{Courier New-12:italic}). -Otherwise the weight should be a numeric value, or one of the named +Otherwise the slant should be a numeric value, or one of the named slants in @code{font-slant-table}. On Windows, any slant above 150 is treated as italic, and anything below as roman. |