diff options
Diffstat (limited to 'regen/feature.pl')
-rwxr-xr-x | regen/feature.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regen/feature.pl b/regen/feature.pl index 8ccc2d5ec1..f4e8d1e82c 100755 --- a/regen/feature.pl +++ b/regen/feature.pl @@ -19,7 +19,7 @@ use strict ; ########################################################################### # Hand-editable data -# (feature name) => (internal name, used in %^H) +# (feature name) => (internal name, used in %^H and macro names) my %feature = ( say => 'say', state => 'state', |