diff options
author | Karl Berry <karl@freefriends.org> | 2010-05-19 23:24:13 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-05-19 23:24:13 +0000 |
commit | 97a0746aa6e947818c4d32c3b70e899907124c22 (patch) | |
tree | 286f8d2512ef746cf076a12f16e593f262e18009 /Master/texmf-dist/source/latex/expl3/l3token.dtx | |
parent | 994e8740e5b5588a65c3baec92333b81ae2edd54 (diff) |
expl3 1905 (19may10)
git-svn-id: svn://tug.org/texlive/trunk@18357 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/expl3/l3token.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/expl3/l3token.dtx | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/Master/texmf-dist/source/latex/expl3/l3token.dtx b/Master/texmf-dist/source/latex/expl3/l3token.dtx index 6c48ab422d4..14d84cb0122 100644 --- a/Master/texmf-dist/source/latex/expl3/l3token.dtx +++ b/Master/texmf-dist/source/latex/expl3/l3token.dtx @@ -1,5 +1,5 @@ % \iffalse -%% File: l3token.dtx Copyright (C) 2005-2009 LaTeX3 project +%% File: l3token.dtx Copyright (C) 2005-2010 LaTeX3 project %% %% It may be distributed and/or modified under the conditions of the %% LaTeX Project Public License (LPPL), either version 1.3c of this @@ -35,7 +35,7 @@ \RequirePackage{l3names} %</driver|package> %\fi -\GetIdInfo$Id: l3token.dtx 1857 2010-03-21 21:32:09Z joseph $ +\GetIdInfo$Id: l3token.dtx 1890 2010-04-11 03:37:15Z will $ {L3 Experimental token investigation and manipulation} %\iffalse %<*driver> @@ -930,10 +930,9 @@ % \subsection{Generic tokens} % % \begin{macro}{\token_new:Nn} -% Creates a new token. (Will: why can't this just be -% "\cs_new_eq:NN \token_new:Nn \cs_gnew_eq:NN"? Seriously, that doesn't work!) +% Creates a new token. % \begin{macrocode} -\cs_new_protected_nopar:Npn \token_new:Nn #1#2 {\cs_gnew_eq:NN #1#2} +\cs_new_protected_nopar:Npn \token_new:Nn #1#2 {\cs_new_eq:NN #1#2} % \end{macrocode} % \end{macro} % |