summaryrefslogtreecommitdiff
path: root/autodoc.pl
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2022-05-09 14:59:51 -0600
committerKarl Williamson <khw@cpan.org>2022-05-09 15:18:21 -0600
commitf3d866f274dc58d635a761b309b1a772cc32e3fd (patch)
tree60223017c10084049d2b5bb1facb2547f5849bb0 /autodoc.pl
parent240d081e30013e98f9b1bcac9dd78243d42395b1 (diff)
downloadperl-f3d866f274dc58d635a761b309b1a772cc32e3fd.tar.gz
perlapi: Rename GV section
In practice, like in perlguts, GVs and Stashes are lumped together, and some API functions deal with both. So rename the section they go in.
Diffstat (limited to 'autodoc.pl')
-rw-r--r--autodoc.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/autodoc.pl b/autodoc.pl
index ea56196491..3c30bff220 100644
--- a/autodoc.pl
+++ b/autodoc.pl
@@ -125,7 +125,7 @@ my $floating_scn = 'Floating point configuration values';
my $formats_scn = 'Formats';
my $genconfig_scn = 'General Configuration';
my $globals_scn = 'Global Variables';
-my $GV_scn = 'GV Handling';
+my $GV_scn = 'GV Handling and Stashes';
my $hook_scn = 'Hook manipulation';
my $HV_scn = 'HV Handling';
my $io_scn = 'Input/Output';