summaryrefslogtreecommitdiff
path: root/README.unicode
diff options
context:
space:
mode:
authorKenichi Handa <handa@m17n.org>2006-08-31 07:43:01 +0000
committerKenichi Handa <handa@m17n.org>2006-08-31 07:43:01 +0000
commite6b424e2a83fe6e4ef9419dac97e30a3248b1875 (patch)
tree08e0b052250d76740465a27caaa0ff523194db54 /README.unicode
parentfb541e4ff419e3eff295caa609930e4bf5155727 (diff)
downloademacs-e6b424e2a83fe6e4ef9419dac97e30a3248b1875.tar.gz
*** empty log message ***
Diffstat (limited to 'README.unicode')
-rw-r--r--README.unicode6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.unicode b/README.unicode
index c2443cd7c97..123fdae35dc 100644
--- a/README.unicode
+++ b/README.unicode
@@ -143,8 +143,8 @@ same argument.
The configure script, if invoked with "--enable-font-backend", checks
existing of libraries freetype and fontconfig. If they are both
-available, macro "USE_FONT_BACKEND" is defined in src/config.h.
-In that case, the exiting of Xft library is checked too.
+available, macro "USE_FONT_BACKEND" is defined in src/config.h. In
+that case, the existing of Xft library is checked too.
The new files are:
font.h -- header providing font-backend related structures
@@ -176,7 +176,7 @@ Fontconfig are also available on w32, what we need may be:
utilizing methods provided by ftfont.c.
And, for those to work, w32term.c (macterm.c) and w32fns.c (macfns.c)
-must be changed by the simlilar way as xterm.c and xfns.c (the parts
+must be changed by the similar way as xterm.c and xfns.c (the parts
"#ifdef USE_FONT_BACKEND" ... "#endif" should be checked).
It may be interesting if Emacs supports a frame buffer directly and