summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/l3kernel/l3file.dtx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-06-17 19:59:40 +0000
committerKarl Berry <karl@freefriends.org>2023-06-17 19:59:40 +0000
commit9d9cdc2b221d32ae6a21751625918108422dcbd6 (patch)
tree6fd365fd7b22818d1f505064bb7ee10bc9f5d643 /Master/texmf-dist/source/latex/l3kernel/l3file.dtx
parentfb8f69e8be474162b1ec98c0e839e6b7ec6f2ff8 (diff)
l3kernel (17jun23)
git-svn-id: svn://tug.org/texlive/trunk@67394 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/l3kernel/l3file.dtx')
-rw-r--r--Master/texmf-dist/source/latex/l3kernel/l3file.dtx16
1 files changed, 6 insertions, 10 deletions
diff --git a/Master/texmf-dist/source/latex/l3kernel/l3file.dtx b/Master/texmf-dist/source/latex/l3kernel/l3file.dtx
index 5e2d8ba74d5..0fce245ddaf 100644
--- a/Master/texmf-dist/source/latex/l3kernel/l3file.dtx
+++ b/Master/texmf-dist/source/latex/l3kernel/l3file.dtx
@@ -44,7 +44,7 @@
% }^^A
% }
%
-% \date{Released 2023-06-05}
+% \date{Released 2023-06-16}
%
% \maketitle
%
@@ -690,12 +690,11 @@
% |--jobname|, for example).
% \end{variable}
%
-% \begin{variable}[added = 2017-06-18]{\l_file_search_path_seq}
+% \begin{variable}[added = 2017-06-18, updated = 2023-06-15]
+% {\l_file_search_path_seq}
% Each entry is the path to a directory which should be searched when
-% seeking a file. Each path can be relative or absolute, and should
-% not include the trailing slash. The entries are not expanded when
-% used so may contain active characters but should not feature any
-% variable content. Spaces need not be quoted.
+% seeking a file. Each path can be relative or absolute, and need
+% not include the trailing slash. Spaces need not be quoted.
%
% \begin{texnote}
% When working as a package in \LaTeXe{}, \pkg{expl3} will
@@ -2962,10 +2961,7 @@
\cs_new:Npn \@@_full_name_aux:Nnn #1#2#3
{
\exp_args:Ne \@@_full_name_aux:nN
- {
- \exp_args:Ne \@@_full_name_slash:n
- { \tl_to_str:n {#3} } #2
- }
+ { \@@_full_name_slash:n {#3} #2 }
#1
}
\cs_new:Npn \@@_full_name_slash:n #1