(Special Properties): Fix previous typo.
authorKenichi Handa <handa@m17n.org>
Wed, 27 Jun 2007 00:37:28 +0000 (00:37 +0000)
committerKenichi Handa <handa@m17n.org>
Wed, 27 Jun 2007 00:37:28 +0000 (00:37 +0000)
lispref/ChangeLog
lispref/text.texi

index be8e072..e6df2e0 100644 (file)
@@ -1,3 +1,8 @@
+2007-06-27  Kenichi Handa  <handa@m17n.org>
+
+       * text.texi (Special Properties): Fix description about
+       `compostion' property.
+
 2007-06-26  Kenichi Handa  <handa@m17n.org>
 
        * nonascii.texi (Default Coding Systems): Document about the
index 7e2194f..b3cd6cb 100644 (file)
@@ -3257,7 +3257,7 @@ Manual}) provides an example.
 @kindex composition @r{(text property)}
 This text property is used to display a sequence of characters as a
 single glyph composed from components.  But the value of the property
-itself is completely internal to Emacs and should not manipulated
+itself is completely internal to Emacs and should not be manipulated
 directly by, for instance, @code{put-text-property}.
 
 @end table