[latex3-commits] [latex3/latex3] main: Document that file names are expanded (06c7acd11)
github at latex-project.org
github at latex-project.org
Mon Nov 27 20:57:42 CET 2023
Repository : https://github.com/latex3/latex3
On branch : main
Link : https://github.com/latex3/latex3/commit/06c7acd1126202322660ab1659d8478bea988c62
>---------------------------------------------------------------
commit 06c7acd1126202322660ab1659d8478bea988c62
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Mon Nov 27 19:57:42 2023 +0000
Document that file names are expanded
>---------------------------------------------------------------
06c7acd1126202322660ab1659d8478bea988c62
l3kernel/l3file.dtx | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/l3kernel/l3file.dtx b/l3kernel/l3file.dtx
index 6bfcd7781..aaab55998 100644
--- a/l3kernel/l3file.dtx
+++ b/l3kernel/l3file.dtx
@@ -716,7 +716,8 @@
% \cs{file_if_exist_p:n} \Arg{file name}
% \cs{file_if_exist:nTF} \Arg{file name} \Arg{true code} \Arg{false code}
% \end{syntax}
-% Searches for \meta{file name} using the current \TeX{} search
+% Expands the argument of the \cs{file name} to give a string, then
+% searches for \meta{file name} using the current \TeX{} search
% path and the additional paths controlled by
% \cs{l_file_search_path_seq}.
% \end{function}
More information about the latex3-commits
mailing list.