From: Jarkko Hietaniemi <jhi@iki.fi>
Date: Tue, 7 Nov 2000 01:03:28 +0000 (+0000)
Subject: Tweak #7587.
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f91328b77ca256011ef4b589e0aec2eb124e44ec;p=p5sagit%2Fp5-mst-13.2.git

Tweak #7587.

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

diff --git a/pod/perldiag.pod b/pod/perldiag.pod
index 6409d61..875e09d 100644
--- a/pod/perldiag.pod
+++ b/pod/perldiag.pod
@@ -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