emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lispref/text.texi,v


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/lispref/text.texi,v
Date: Wed, 27 Jun 2007 00:35:21 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Kenichi Handa <handa>   07/06/27 00:35:21

Index: text.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/lispref/text.texi,v
retrieving revision 1.143
retrieving revision 1.144
diff -u -b -r1.143 -r1.144
--- text.texi   9 Jun 2007 03:18:58 -0000       1.143
+++ text.texi   27 Jun 2007 00:35:21 -0000      1.144
@@ -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.
-
address@hidden @bullet
address@hidden
-If it is a character, it means to display that character instead of
-the text in the region.
-
address@hidden
-If it is a string, it means to display that string's contents instead
-of the text in the region.
-
address@hidden
-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.
address@hidden 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]