diff options
| author | Jason Rumney | 2008-02-08 00:02:57 +0000 |
|---|---|---|
| committer | Jason Rumney | 2008-02-08 00:02:57 +0000 |
| commit | ec6d1b14133d0a48061c98d77d12ef983b712f06 (patch) | |
| tree | be2e0fdecbc38f01108a70d3067b802fe933b689 /doc | |
| parent | 5662e50362005618d2b9930ed29be84f924ceda9 (diff) | |
| download | emacs-ec6d1b14133d0a48061c98d77d12ef983b712f06.tar.gz emacs-ec6d1b14133d0a48061c98d77d12ef983b712f06.zip | |
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. | |||
| 737 | The old XLFD based format is also supported for backwards compatibility. | 737 | The old XLFD based format is also supported for backwards compatibility. |
| 738 | 738 | ||
| 739 | Emacs 23 supports a number of backends. Currently on Windows the @code{gdi} | 739 | Emacs 23 supports a number of backends. Currently on Windows the @code{gdi} |
| 740 | font backend is supported. | 740 | font backend is supported. |
| 741 | 741 | ||
| 742 | @cindex font properties (MS Windows) | 742 | @cindex font properties (MS Windows) |
| 743 | @noindent | 743 | @noindent |
| @@ -755,7 +755,7 @@ is assumed. | |||
| 755 | @code{slant} specifies whether the font is italic. Special values | 755 | @code{slant} specifies whether the font is italic. Special values |
| 756 | @code{roman}, @code{italic} and @code{oblique} can be specified | 756 | @code{roman}, @code{italic} and @code{oblique} can be specified |
| 757 | without the @code{slant=} (eg @samp{Courier New-12:italic}). | 757 | without the @code{slant=} (eg @samp{Courier New-12:italic}). |
| 758 | Otherwise the weight should be a numeric value, or one of the named | 758 | Otherwise the slant should be a numeric value, or one of the named |
| 759 | slants in @code{font-slant-table}. On Windows, any slant above 150 is | 759 | slants in @code{font-slant-table}. On Windows, any slant above 150 is |
| 760 | treated as italic, and anything below as roman. | 760 | treated as italic, and anything below as roman. |
| 761 | 761 | ||