changeset 90598:4a8681a3d827

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Thu, 31 Aug 2006 07:43:01 +0000
parents 8b3225a1b98e
children c358d0861b16
files README.unicode
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/README.unicode	Thu Aug 31 06:49:07 2006 +0000
+++ b/README.unicode	Thu Aug 31 07:43:01 2006 +0000
@@ -143,8 +143,8 @@
 
 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 @@
 		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