From: Kenichi Handa Date: Wed, 27 Jun 2007 00:37:28 +0000 (+0000) Subject: (Special Properties): Fix previous typo. X-Git-Tag: emacs-pretest-23.0.90~12103 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=70c8363080a613b78d24d1c7b58a062321fc44c8;p=emacs.git (Special Properties): Fix previous typo. --- diff --git a/lispref/ChangeLog b/lispref/ChangeLog index be8e07225fa..e6df2e046d6 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,8 @@ +2007-06-27 Kenichi Handa + + * text.texi (Special Properties): Fix description about + `compostion' property. + 2007-06-26 Kenichi Handa * nonascii.texi (Default Coding Systems): Document about the diff --git a/lispref/text.texi b/lispref/text.texi index 7e2194f06f0..b3cd6cb4a92 100644 --- a/lispref/text.texi +++ b/lispref/text.texi @@ -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