From f3d866f274dc58d635a761b309b1a772cc32e3fd Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Mon, 9 May 2022 14:59:51 -0600 Subject: 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. --- autodoc.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'autodoc.pl') 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'; -- cgit v1.2.1