This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
embed.fnc: Clarify wording
authorKarl Williamson <khw@cpan.org>
Sun, 21 Jul 2019 19:00:13 +0000 (13:00 -0600)
committerKarl Williamson <khw@cpan.org>
Tue, 23 Jul 2019 17:14:47 +0000 (11:14 -0600)
An 'A' flagged element is accessible everywhere.  I think that is
clearer than the previous 'Available'

embed.fnc

index aa23c1a..818f48e 100644 (file)
--- a/embed.fnc
+++ b/embed.fnc
@@ -60,7 +60,7 @@
 : to embed.pl; some only to autodoc.pl, and others only to makedef.pl.  The
 : comments here don't include how Devel::PPPort or diag.t use them:
 :
 : to embed.pl; some only to autodoc.pl, and others only to makedef.pl.  The
 : comments here don't include how Devel::PPPort or diag.t use them:
 :
-:   A  Available fully everywhere (usually part of the public API):
+:   A  Accessible fully everywhere (usually part of the public API):
 :
 :         add entry to the list of exported symbols (unless e or m);
 :         any doc entry goes in perlapi.pod rather than perlintern.pod.  If
 :
 :         add entry to the list of exported symbols (unless e or m);
 :         any doc entry goes in perlapi.pod rather than perlintern.pod.  If