@@ -780,11 +780,14 @@ See also &f-link-env-AppendUnique;,
780780<para >
781781Append one or more path prefixes to an entry in a dictionary-valued
782782&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; ).
785787The 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 >,
788791may be specified as a string,
789792a directory node, or a list of strings.
790793If a string, it may contain multiple prefixes separated
@@ -2871,11 +2874,14 @@ and &f-link-env-PrependUnique;.
28712874<para >
28722875Prepend one or more path prefixes to an entry in a dictionary-valued
28732876&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; ).
28762881The 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 >,
28792885may be specified as a string,
28802886a directory node, or a list of strings.
28812887If a string, it may contain multiple prefixes separated
0 commit comments