]> git.eshelyaron.com Git - emacs.git/commitdiff
(compose-region): Mention the special handling of TAB.
authorKenichi Handa <handa@m17n.org>
Sun, 29 Jun 2008 14:44:12 +0000 (14:44 +0000)
committerKenichi Handa <handa@m17n.org>
Sun, 29 Jun 2008 14:44:12 +0000 (14:44 +0000)
lisp/composite.el

index ce920deaa028a35bde0b4614681cdf5f0036f123..429e83272b485725d42becf1738bd27e255c0efc 100644 (file)
@@ -197,7 +197,12 @@ or a vector or list of integers and rules.
 If it is a character, it is an alternate character to display instead
 of the text in the region.
 
-If it is a string, the elements are alternate characters.
+If it is a string, the elements are alternate characters.  In
+this case, TAB element has a special meaning.  If the first
+characer is TAB, the glyphs are displayed with left padding space
+so that no pixel overlaps with the previous column.  If the last
+character is TAB, the glyphs are displayed with rigth padding
+space so that no pixel overlaps with the following column.
 
 If it is a vector or list, it is a sequence of alternate characters and
 composition rules, where (2N)th elements are characters and (2N+1)th