# HG changeset patch # User Kenichi Handa # Date 1182904521 0 # Node ID 3a39542be7efa3fc6798663bdf5e97a393c5ccad # Parent 835baa7a130c6b43182fa0328dc91b1447564e7f (Special Properties): Fix description about `compostion' property. diff -r 835baa7a130c -r 3a39542be7ef lispref/text.texi --- a/lispref/text.texi Tue Jun 26 19:53:12 2007 +0000 +++ b/lispref/text.texi Wed Jun 27 00:35:21 2007 +0000 @@ -3256,25 +3256,10 @@ @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. - -@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 +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}. + @end table @node Format Properties