]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKenichi Handa <handa@m17n.org>
Tue, 20 Aug 2002 00:34:28 +0000 (00:34 +0000)
committerKenichi Handa <handa@m17n.org>
Tue, 20 Aug 2002 00:34:28 +0000 (00:34 +0000)
lisp/composite.el

index abbcd391e3d7abbceb9c43754b0c9c4e5dae9c08..4307bfe5d652896313f1abcb73a4a0704eaa378d 100644 (file)
@@ -158,13 +158,17 @@ follows (the point `*' corresponds to both reference points):
 (defun compose-region (start end &optional components modification-func)
   "Compose characters in the current region.
 
+Characters are composed relatively, i.e. composed by overstricking or
+stacking depending on ascent, descent and other properties.
+
 When called from a program, expects these four arguments.
 
 First two arguments START and END are positions (integers or markers)
 specifying the region.
 
 Optional 3rd argument COMPONENTS, if non-nil, is a character or a
-sequence (vector, list, or string) of integers.
+sequence (vector, list, or string) of integers.  In this case,
+characters are composed not relatively but according to COMPONENTS.
 
 If it is a character, it is an alternate character to display instead
 of the text in the region.