diff options
| author | Juanma Barranquero | 2009-04-18 12:40:46 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2009-04-18 12:40:46 +0000 |
| commit | ed6e7b119400e037b7778a561c27dda01fdca9b1 (patch) | |
| tree | 4e3bfd2d424f5e89f8a94ca840aa465515c69967 | |
| parent | d3b8292706d967e022e96ccd458cad47e095e0fd (diff) | |
| download | emacs-ed6e7b119400e037b7778a561c27dda01fdca9b1.tar.gz emacs-ed6e7b119400e037b7778a561c27dda01fdca9b1.zip | |
* msdog.texi (Windows Fonts): Fix typos.
| -rw-r--r-- | doc/emacs/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/emacs/msdog.texi | 10 |
2 files changed, 8 insertions, 6 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 54291a925ac..05778295905 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2009-04-18 Juanma Barranquero <lekktu@gmail.com> | 1 | 2009-04-18 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 2 | ||
| 3 | * msdog.texi (Windows Fonts): Fix typos. | ||
| 4 | |||
| 3 | * files.texi (Save Commands): Fix pxref. | 5 | * files.texi (Save Commands): Fix pxref. |
| 4 | 6 | ||
| 5 | 2009-04-18 Chong Yidong <cyd@stupidchicken.com> | 7 | 2009-04-18 Chong Yidong <cyd@stupidchicken.com> |
| @@ -52,7 +54,7 @@ | |||
| 52 | Mention fortune-file. | 54 | Mention fortune-file. |
| 53 | (Mail Methods): Mention read-mail-command. | 55 | (Mail Methods): Mention read-mail-command. |
| 54 | 56 | ||
| 55 | 2009-03-14 David Reitter <david.reitter@gmail.com> | 57 | 2009-03-14 David Reitter <david.reitter@gmail.com> |
| 56 | 58 | ||
| 57 | * macos.texi (Mac / GNUstep Basics): Remove references to Prefs panel | 59 | * macos.texi (Mac / GNUstep Basics): Remove references to Prefs panel |
| 58 | and NS resources following recent changes. | 60 | and NS resources following recent changes. |
diff --git a/doc/emacs/msdog.texi b/doc/emacs/msdog.texi index 528dcc4bf37..1e5a7ab923b 100644 --- a/doc/emacs/msdog.texi +++ b/doc/emacs/msdog.texi | |||
| @@ -783,13 +783,13 @@ fontconfig library used in modern Free desktops: | |||
| 783 | The old XLFD based format is also supported for backwards compatibility. | 783 | The old XLFD based format is also supported for backwards compatibility. |
| 784 | 784 | ||
| 785 | Emacs 23 supports a number of backends. Currently, the @code{gdi} | 785 | Emacs 23 supports a number of backends. Currently, the @code{gdi} |
| 786 | and @code{uniscribe} font backends are supported on Windows. The | 786 | and @code{uniscribe} font backends are supported on Windows. The |
| 787 | @code{gdi} font backend is available on all versions of Windows, and | 787 | @code{gdi} font backend is available on all versions of Windows, and |
| 788 | supports all fonts that are natively supported by Windows. The | 788 | supports all fonts that are natively supported by Windows. The |
| 789 | @code{uniscribe} font backend is available on Windows 2000 and later, | 789 | @code{uniscribe} font backend is available on Windows 2000 and later, |
| 790 | and supports Truetype and Opentype fonts. Some languages requiring | 790 | and supports Truetype and Opentype fonts. Some languages requiring |
| 791 | complex layout can only be properly supported by the uniscribe | 791 | complex layout can only be properly supported by the uniscribe |
| 792 | backend. By default, both backends are enabled if supported, with | 792 | backend. By default, both backends are enabled if supported, with |
| 793 | @code{uniscribe} taking priority over @code{gdi}. | 793 | @code{uniscribe} taking priority over @code{gdi}. |
| 794 | 794 | ||
| 795 | @cindex font properties (MS Windows) | 795 | @cindex font properties (MS Windows) |
| @@ -839,7 +839,7 @@ selection of fonts to those that support a particular character set by | |||
| 839 | using a specific registry from @code{w32-charset-info-alist} here. | 839 | using a specific registry from @code{w32-charset-info-alist} here. |
| 840 | 840 | ||
| 841 | @item spacing | 841 | @item spacing |
| 842 | Specifies how the font is spaced. The @code{p} spacing specifies | 842 | Specifies how the font is spaced. The @code{p} spacing specifies |
| 843 | a proportional font, and @code{m} or @code{c} specify a monospaced font. | 843 | a proportional font, and @code{m} or @code{c} specify a monospaced font. |
| 844 | 844 | ||
| 845 | @item foundry | 845 | @item foundry |