Tweak #7587.
authorJarkko Hietaniemi <jhi@iki.fi>
Tue, 7 Nov 2000 01:03:28 +0000 (01:03 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Tue, 7 Nov 2000 01:03:28 +0000 (01:03 +0000)
p4raw-id: //depot/perl@7588

pod/perldiag.pod

index 6409d61..875e09d 100644 (file)
@@ -653,8 +653,10 @@ editor will have a way to help you find these characters.
 
 =item Can't find %s property definition %s 
 
-(F) You may have tried to use \p which means a Unicode property
-for example \p{Lu} is all uppercase letters.
+(F) You may have tried to use C<\p> which means a Unicode property for
+example \p{Lu} is all uppercase letters.  Escape the C<\p>, either
+C<\\p> (just the C<\p>) or by C<\Q\p> (the rest of the string, until
+possible C<\E>).
 
 =item Can't fork