@@ -780,11 +780,14 @@ See also &f-link-env-AppendUnique;,
780
780
<para >
781
781
Append one or more path prefixes to an entry in a dictionary-valued
782
782
&consvar; in <parameter >env</parameter >.
783
- The &consvar; to update is <literal >"ENV"</literal >,
784
- unless <parameter >envname</parameter > is specified.
783
+ Optional <parameter >envname</parameter > specifies the
784
+ the &consvar; to update;
785
+ the default is <literal >"ENV"</literal >
786
+ (see &cv-link-ENV; ).
785
787
The required <parameter >name</parameter > parameter
786
- gives the dictionary entry to update.
787
- The prefix(es) in <parameter >newpath</parameter >
788
+ is the dictionary entry to update.
789
+ The prefix(es) to add,
790
+ given by <parameter >newpath</parameter >,
788
791
may be specified as a string,
789
792
a directory node, or a list of strings.
790
793
If a string, it may contain multiple prefixes separated
@@ -2871,11 +2874,14 @@ and &f-link-env-PrependUnique;.
2871
2874
<para >
2872
2875
Prepend one or more path prefixes to an entry in a dictionary-valued
2873
2876
&consvar; in <parameter >env</parameter >.
2874
- The &consvar; to update is <literal >"ENV"</literal >,
2875
- unless <parameter >envname</parameter > is specified.
2877
+ Optional <parameter >envname</parameter > specifies the
2878
+ the &consvar; to update;
2879
+ the default is <literal >"ENV"</literal >
2880
+ (see &cv-link-ENV; ).
2876
2881
The required <parameter >name</parameter > parameter
2877
- gives the dictionary entry to update.
2878
- The prefix(es) in <parameter >newpath</parameter >
2882
+ is the dictionary entry to update.
2883
+ The prefix(es) to insert,
2884
+ given by <parameter >newpath</parameter >,
2879
2885
may be specified as a string,
2880
2886
a directory node, or a list of strings.
2881
2887
If a string, it may contain multiple prefixes separated
0 commit comments