utf8 doc tweak
Gisle Aas [Wed, 5 Aug 1998 00:41:04 +0000 (02:41 +0200)]
Message-ID: <m3yat4wetb.fsf@furu.g.aas.no>
Subject: Matching clumps

p4raw-id: //depot/perl@1766

lib/utf8.pm

index be46d17..35a478d 100644 (file)
@@ -98,7 +98,7 @@ The special pattern C<\X> match matches any extended Unicode sequence
 (a "combining character sequence" in Standardese), where the first
 character is a base character and subsequent characters are mark
 characters that apply to the base character.  It is equivalent to
-C<(?:\pM\PM*)>.
+C<(?:\PM\pM*)>.
 
 =item *