diff options
author | Karl Berry <karl@freefriends.org> | 2013-10-14 22:30:09 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-10-14 22:30:09 +0000 |
commit | 24530adc39b721401c8037360aea53c67cc968fa (patch) | |
tree | e4cc2e01a0ee7f37efb50be23a5db947f77b602f /Master/texmf-dist/source/latex/l3kernel | |
parent | 74e3ca017b02a77b352d7696a8ca4e253e843d2b (diff) |
l3 (14oct13)
git-svn-id: svn://tug.org/texlive/trunk@31905 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/l3kernel')
-rw-r--r-- | Master/texmf-dist/source/latex/l3kernel/expl3.dtx | 6 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/l3kernel/l3file.dtx | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/Master/texmf-dist/source/latex/l3kernel/expl3.dtx b/Master/texmf-dist/source/latex/l3kernel/expl3.dtx index 5d8df5a44fc..674e4bd6a23 100644 --- a/Master/texmf-dist/source/latex/l3kernel/expl3.dtx +++ b/Master/texmf-dist/source/latex/l3kernel/expl3.dtx @@ -49,8 +49,8 @@ %<*driver|package> \def\ExplFileName{expl3} \def\ExplFileDescription{L3 Experimental code bundle wrapper} -\def\ExplFileDate{2013/10/08} -\def\ExplFileVersion{4594} +\def\ExplFileDate{2013/10/13} +\def\ExplFileVersion{4597} %</driver|package> %<*driver> \documentclass[full]{l3doc} @@ -1540,4 +1540,4 @@ % % \end{implementation} % -% \PrintIndex +% \PrintIndex
\ No newline at end of file diff --git a/Master/texmf-dist/source/latex/l3kernel/l3file.dtx b/Master/texmf-dist/source/latex/l3kernel/l3file.dtx index a20994ed5d5..bd9898475a6 100644 --- a/Master/texmf-dist/source/latex/l3kernel/l3file.dtx +++ b/Master/texmf-dist/source/latex/l3kernel/l3file.dtx @@ -35,7 +35,7 @@ % %<*driver|package> \RequirePackage{l3bootstrap} -\GetIdInfo$Id: l3file.dtx 4591 2013-08-29 20:29:36Z joseph $ +\GetIdInfo$Id: l3file.dtx 4596 2013-10-13 21:24:01Z joseph $ {L3 File and I/O operations} %</driver|package> %<*driver> @@ -278,8 +278,8 @@ % % \begin{function}[added = 2012-06-24, updated = 2012-07-31]{\ior_get_str:NN} % \begin{syntax} -% \cs{ior_get_str:NN} \meta{stream} \meta{token list variable -% \end{syntax}} +% \cs{ior_get_str:NN} \meta{stream} \meta{token list variable} +% \end{syntax} % Function that reads one line from the input \meta{stream} and stores % the result locally in the \meta{token list} variable. If the % \meta{stream} is not open, input is requested from the terminal. |