From: nisikimi Date: Tue, 27 Apr 2004 04:51:14 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: withdl~270 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ed592d6552b22b99b9e97f9945d0bc2bcd21925;p=m17n%2Fm17n-lib.git *** empty log message *** --- diff --git a/src/textprop.c b/src/textprop.c index 0158314..7c3f7d5 100644 --- a/src/textprop.c +++ b/src/textprop.c @@ -32,8 +32,8 @@ application programs can be simple. A text property consists of a @e key and @e values, where key is a - symbol and values are anything that can be cast to (void - *). Unlike other types of properties, a text property can + symbol and values are anything that can be cast to (void *) + . Unlike other types of properties, a text property can have multiple values. "The text property whose key is K" may be shortened to "K property". */ @@ -1823,7 +1823,7 @@ mtext_put_prop_values (MText *mt, int from, int to, The mtext_push_prop () function pushes a text property whose key is $KEY and value is $VAL to the characters between $FROM - (inclusive) and $TO (exclusive) in $MT. With this functio, + (inclusive) and $TO (exclusive) in $MT. With this function, @verbatim FROM TO