diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/expl3/l3basics.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/expl3/l3basics.dtx | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/Master/texmf-dist/source/latex/expl3/l3basics.dtx b/Master/texmf-dist/source/latex/expl3/l3basics.dtx index 56132002658..f49489bd17f 100644 --- a/Master/texmf-dist/source/latex/expl3/l3basics.dtx +++ b/Master/texmf-dist/source/latex/expl3/l3basics.dtx @@ -35,7 +35,7 @@ \RequirePackage{l3names} %</driver|package> %\fi -\GetIdInfo$Id: l3basics.dtx 1453 2009-08-08 14:38:49Z joseph $ +\GetIdInfo$Id: l3basics.dtx 1700 2009-11-04 21:15:58Z joseph $ {L3 Experimental basic definitions} %\iffalse %<*driver> @@ -325,7 +325,10 @@ % internally and not expected to be widely used. (For now, anyway.) % \end{function} % -% \begin{function}{ \chk_if_free_cs:N } +% \begin{function}{ +% \chk_if_free_cs:N| +% \chk_if_free_cs:c +% } % \begin{syntax} % "\chk_if_free_cs:N" <cs> % \end{syntax} @@ -2372,6 +2375,7 @@ % \end{macro} % % \begin{macro}{\chk_if_free_cs:N} +% \begin{macro}{\chk_if_free_cs:c} % This command is called by |\cs_new_nopar:Npn| and |\cs_new_eq:NN| etc.\ % to make sure that the argument sequence is not already in use. If % it is, an error is signalled. It checks if \m{csname} is @@ -2394,8 +2398,10 @@ line~\tex_the:D \tex_inputlineno:D} %</trace> } +\cs_set_nopar:Npn \chk_if_free_cs:c { \exp_args:Nc \chk_if_free_cs:N } % \end{macrocode} % \end{macro} +% \end{macro} % % \begin{macro}{\chk_if_exist_cs:N } % \begin{macro}{\chk_if_exist_cs:c } |