mirror of
https://github.com/Perl/perl5.git
synced 2026-01-26 16:39:36 +00:00
perlapi: Change some 'eg' to 'e.g.'
To make more standard
This commit is contained in:
parent
61b16eb90f
commit
dfcfced87c
2
cv.h
2
cv.h
@ -264,7 +264,7 @@ There is a further complication with non-closure anonymous subs (i.e. those
|
||||
that do not refer to any lexicals outside that sub). In this case, the
|
||||
anonymous prototype is shared rather than being cloned. This has the
|
||||
consequence that the parent may be freed while there are still active
|
||||
children, eg
|
||||
children, I<e.g.>,
|
||||
|
||||
BEGIN { $a = sub { eval '$x' } }
|
||||
|
||||
|
||||
4
mg.c
4
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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user