From: Gisle Aas <gisle@aas.no>
Date: Wed, 5 Aug 1998 00:41:04 +0000 (+0200)
Subject: utf8 doc tweak
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=22244bdbbe5e55ece3797eb1c4fed22e93953c4c;p=p5sagit%2Fp5-mst-13.2.git

utf8 doc tweak
	Message-ID: <m3yat4wetb.fsf@furu.g.aas.no>
	Subject: Matching clumps

p4raw-id: //depot/perl@1766
---

diff --git a/lib/utf8.pm b/lib/utf8.pm
index be46d17..35a478d 100644
--- a/lib/utf8.pm
+++ b/lib/utf8.pm
@@ -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 *