diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/l3kernel/l3file.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/l3kernel/l3file.dtx | 16 |
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 |