changeset 46963:4427c4b0ed3c

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Tue, 20 Aug 2002 00:34:28 +0000
parents aeb54264d594
children 18a6f381ed99
files lisp/composite.el
diffstat 1 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/composite.el	Mon Aug 19 23:14:45 2002 +0000
+++ b/lisp/composite.el	Tue Aug 20 00:34:28 2002 +0000
@@ -158,13 +158,17 @@
 (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.