summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrian d foy <brian.d.foy@gmail.com>2010-11-04 13:05:06 -0500
committerbrian d foy <brian.d.foy@gmail.com>2010-11-04 13:05:06 -0500
commit7e31b6438686db3b5a9895167672ed7030d427d5 (patch)
tree283c0ee862c1cea41ba90e98e20111943b5f3bd6
parent5b86764755714d48fb430f823a59de6def7507ff (diff)
downloadperl-7e31b6438686db3b5a9895167672ed7030d427d5.tar.gz
RT 78818 Sync the description of \E in perlop with perlre
Posted by Niko Tyni Commit 9bb1f947 fixed the description of \E in perlre.pod to include the 'end quoted section' functionality, so update the similar list in perlop.pod too. Triggered by http://bugs.debian.org/126238
-rw-r--r--pod/perlop.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlop.pod b/pod/perlop.pod
index 6d0951bcaa..5dd86eb125 100644
--- a/pod/perlop.pod
+++ b/pod/perlop.pod
@@ -1190,8 +1190,8 @@ X<\l> X<\u> X<\L> X<\U> X<\E> X<\Q>
\u uppercase next char
\L lowercase till \E
\U uppercase till \E
- \E end case modification
\Q quote non-word characters till \E
+ \E end either case modification or quoted section
If C<use locale> is in effect, the case map used by C<\l>, C<\L>,
C<\u> and C<\U> is taken from the current locale. See L<perllocale>.