summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/l3packages/xparse
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-11-26 23:25:13 +0000
committerKarl Berry <karl@freefriends.org>2014-11-26 23:25:13 +0000
commitb9e6e333665e4a3e044dc084dcbe603fb68b741e (patch)
treec652a0f43af38813acf05e1e74706272e909641a /Master/texmf-dist/source/latex/l3packages/xparse
parentb8f77d335f738196531dc9afc90b85e640909d0d (diff)
l3 (26nov14)
git-svn-id: svn://tug.org/texlive/trunk@35669 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/l3packages/xparse')
-rw-r--r--Master/texmf-dist/source/latex/l3packages/xparse/xparse.dtx10
1 files changed, 5 insertions, 5 deletions
diff --git a/Master/texmf-dist/source/latex/l3packages/xparse/xparse.dtx b/Master/texmf-dist/source/latex/l3packages/xparse/xparse.dtx
index 6342bb959ba..36a13537312 100644
--- a/Master/texmf-dist/source/latex/l3packages/xparse/xparse.dtx
+++ b/Master/texmf-dist/source/latex/l3packages/xparse/xparse.dtx
@@ -41,8 +41,8 @@
%<*driver|package>
% The version of expl3 required is tested as early as possible, as
% some really old versions do not define \ProvidesExplPackage.
-\RequirePackage{expl3}[2014/09/15]
-%<package>\@ifpackagelater{expl3}{2014/09/15}
+\RequirePackage{expl3}[2014/11/25]
+%<package>\@ifpackagelater{expl3}{2014/11/25}
%<package> {}
%<package> {%
%<package> \PackageError{xparse}{Support package l3kernel too old}
@@ -54,7 +54,7 @@
%<package> }%
%<package> \endinput
%<package> }
-\GetIdInfo$Id: xparse.dtx 5423 2014-09-15 10:48:14Z joseph $
+\GetIdInfo$Id: xparse.dtx 5471 2014-11-25 20:11:29Z joseph $
{L3 Experimental document command parser}
%</driver|package>
%<*driver>
@@ -161,7 +161,7 @@
% character and its next occurrence, in a way similar to the argument
% of the \LaTeXe{} command \cs{verb}. Thus a \texttt{v}-type argument
% is read between two matching tokens, which cannot be any of |%|, |\|,
-% |#|, |{|, |}|, |^| or \verb*| |.
+% |#|, |{|, |}| or \verb*| |.
% The verbatim argument can also be enclosed between braces, |{| and |}|.
% A command with a verbatim
% argument will not work when it appears within an argument of
@@ -584,7 +584,7 @@
% declaring a function
% \begin{verbatim}
% \DeclareDocumentCommand \foo
-% { > { \TrimSpaces } }
+% { > { \TrimSpaces } m }
% { \showtokens {#1} }
% \end{verbatim}
% and using it in a document as