This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
amigaos4: Configure: the multiview is a good amigaos indicator
[perl5.git] / mg.c
diff --git a/mg.c b/mg.c
index 1859391..8d95e27 100644 (file)
--- a/mg.c
+++ b/mg.c
@@ -486,8 +486,8 @@ Perl_mg_copy(pTHX_ SV *sv, SV *nsv, const char *key, I32 klen)
 =for apidoc mg_localize
 
 Copy some of the magic from an existing SV to new localized version of that
-SV.  Container magic (eg C<%ENV>, C<$1>, C<tie>)
-gets copied, value magic doesn't (eg
+SV.  Container magic (I<e.g.>, C<%ENV>, C<$1>, C<tie>)
+gets copied, value magic doesn't (I<e.g.>,
 C<taint>, C<pos>).
 
 If C<setmagic> is false then no set magic will be called on the new (empty) SV.