This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix erronous documentation
authorSimon Cozens <simon@netthink.co.uk>
Fri, 20 Jul 2001 11:42:35 +0000 (07:42 -0400)
committerNick Ing-Simmons <nik@tiuk.ti.com>
Fri, 20 Jul 2001 14:51:03 +0000 (14:51 +0000)
Message-Id:  <20010720114235.A5235@netthink.co.uk>

p4raw-id: //depot/perl@11419

lib/UnicodeCD.pm

index f80d753..2aa833f 100644 (file)
@@ -393,8 +393,8 @@ by L</charblocks> and </charscripts> by using charinrange():
     my $compexcl = compexcl("09dc");
 
 The compexcl() returns the composition exclusion (that is, if the
-character cannot be decomposed) of the character specified by a B<code
-point argument>.
+character should not be produced during a precomposition) of the 
+character specified by a B<code point argument>.
 
 If there is a composition exclusion for the character, true is
 returned.  Otherwise, false is returned.