aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2009-04-18 12:40:46 +0000
committerJuanma Barranquero2009-04-18 12:40:46 +0000
commited6e7b119400e037b7778a561c27dda01fdca9b1 (patch)
tree4e3bfd2d424f5e89f8a94ca840aa465515c69967
parentd3b8292706d967e022e96ccd458cad47e095e0fd (diff)
downloademacs-ed6e7b119400e037b7778a561c27dda01fdca9b1.tar.gz
emacs-ed6e7b119400e037b7778a561c27dda01fdca9b1.zip
* msdog.texi (Windows Fonts): Fix typos.
-rw-r--r--doc/emacs/ChangeLog4
-rw-r--r--doc/emacs/msdog.texi10
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 @@
12009-04-18 Juanma Barranquero <lekktu@gmail.com> 12009-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
52009-04-18 Chong Yidong <cyd@stupidchicken.com> 72009-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
552009-03-14 David Reitter <david.reitter@gmail.com> 572009-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}
786and @code{uniscribe} font backends are supported on Windows. The 786and @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
788supports all fonts that are natively supported by Windows. The 788supports 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,
790and supports Truetype and Opentype fonts. Some languages requiring 790and supports Truetype and Opentype fonts. Some languages requiring
791complex layout can only be properly supported by the uniscribe 791complex layout can only be properly supported by the uniscribe
792backend. By default, both backends are enabled if supported, with 792backend. 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
839using a specific registry from @code{w32-charset-info-alist} here. 839using a specific registry from @code{w32-charset-info-alist} here.
840 840
841@item spacing 841@item spacing
842Specifies how the font is spaced. The @code{p} spacing specifies 842Specifies how the font is spaced. The @code{p} spacing specifies
843a proportional font, and @code{m} or @code{c} specify a monospaced font. 843a proportional font, and @code{m} or @code{c} specify a monospaced font.
844 844
845@item foundry 845@item foundry