summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/l3kernel/l3file.dtx
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2023-06-17 03:01:40 +0000
committerNorbert Preining <norbert@preining.info>2023-06-17 03:01:40 +0000
commitf07aa0a2368abb30efa4b434b345413c68fcab3a (patch)
tree6b3941ef9ec8c0c9e563240377a2b52f974af2fe /macros/latex/contrib/l3kernel/l3file.dtx
parent5a0f1ae73dc99fa5e9279c3ac3612137c55e86b6 (diff)
CTAN sync 202306170301
Diffstat (limited to 'macros/latex/contrib/l3kernel/l3file.dtx')
-rw-r--r--macros/latex/contrib/l3kernel/l3file.dtx16
1 files changed, 6 insertions, 10 deletions
diff --git a/macros/latex/contrib/l3kernel/l3file.dtx b/macros/latex/contrib/l3kernel/l3file.dtx
index 5e2d8ba74d..0fce245dda 100644
--- a/macros/latex/contrib/l3kernel/l3file.dtx
+++ b/macros/latex/contrib/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