]> git.eshelyaron.com Git - emacs.git/commitdiff
(Special Properties): Fix description about
authorKenichi Handa <handa@m17n.org>
Wed, 27 Jun 2007 00:35:21 +0000 (00:35 +0000)
committerKenichi Handa <handa@m17n.org>
Wed, 27 Jun 2007 00:35:21 +0000 (00:35 +0000)
`compostion' property.

lispref/text.texi

index f05a0cd696a504443b7f65b5c520e5d03b0103da..7e2194f06f0249e1f6634f8aca708f36dcbc2868 100644 (file)
@@ -3256,25 +3256,10 @@ Manual}) provides an example.
 @item composition
 @kindex composition @r{(text property)}
 This text property is used to display a sequence of characters as a
-single glyph composed from components.  For instance, in Thai a base
-consonant is composed with the following combining vowel as a single
-glyph.  The value should be a character or a sequence (vector, list,
-or string) of integers.
+single glyph composed from components.  But the value of the property
+itself is completely internal to Emacs and should not manipulated
+directly by, for instance, @code{put-text-property}.
 
-@itemize @bullet
-@item
-If it is a character, it means to display that character instead of
-the text in the region.
-
-@item
-If it is a string, it means to display that string's contents instead
-of the text in the region.
-
-@item
-If it is a vector or list, the elements are characters interleaved
-with internal codes specifying how to compose the following character
-with the previous one.
-@end itemize
 @end table
 
 @node Format Properties