perldelta tweak.
Jarkko Hietaniemi [Mon, 16 Oct 2000 22:36:45 +0000 (22:36 +0000)]
p4raw-id: //depot/perl@7349

pod/perldelta.pod

index 613556a..ba94081 100644 (file)
@@ -75,9 +75,9 @@ since it, in a way, falsely promised that the features could be used.
 
 =item *
 
-The (bogus) escape sequences \8, \9, and \_ now give an optional
-warning ("Unrecognized escape passed through").  There is no need
-to \-escape any C<\w> character.
+The (bogus) escape sequences \8 and \9 now give an optional warning
+("Unrecognized escape passed through").  There is no need to \-escape
+any C<\w> character.
 
 =item *