diff options
author | Karl Berry <karl@freefriends.org> | 2023-05-25 20:56:40 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2023-05-25 20:56:40 +0000 |
commit | 7710aef62454bfc451d8cc0643d2707643d05bb0 (patch) | |
tree | 67212747804ff389cb0afae45d2794b9e93f1df6 /Master/texmf-dist/source/latex/l3kernel/l3file.dtx | |
parent | 6ee34168ae583fe1e26ef62fa4084f20a51badbe (diff) |
l3kernel (24may23)
git-svn-id: svn://tug.org/texlive/trunk@67219 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.dtx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Master/texmf-dist/source/latex/l3kernel/l3file.dtx b/Master/texmf-dist/source/latex/l3kernel/l3file.dtx index 4be6f56f803..c4e5f0b1ce9 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-05-15} +% \date{Released 2023-05-22} % % \maketitle % @@ -886,7 +886,8 @@ % \begin{function}[added = 2019-05-13, updated = 2019-09-20, pTF, EXP] % {\file_compare_timestamp:nNn} % \begin{syntax} -% \cs{file_compare_timestamp:nNn} \Arg{file-1} \meta{comparator} \Arg{file-2} \Arg{true code} \Arg{false code} +% \cs{file_compare_timestamp_p:nNn} \Arg{file-1} \meta{comparator} \Arg{file-2} +% \cs{file_compare_timestamp:nNnTF} \Arg{file-1} \meta{comparator} \Arg{file-2} \Arg{true code} \Arg{false code} % \end{syntax} % Compares the file stamps on the two \meta{files} as indicated by % the \meta{comparator}, and inserts either the \meta{true code} |