diff options
author | Karl Berry <karl@freefriends.org> | 2011-08-13 22:19:08 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-08-13 22:19:08 +0000 |
commit | 5730d1c679f7a725b75ce80066cc6a6987aee888 (patch) | |
tree | def203d2e98df13d7d8b1f97444810f2c685a974 /Master/texmf-dist/source/latex/l3kernel/l3names.dtx | |
parent | 8fdbc868b3cd64d89d3b4a172779aea071a118c5 (diff) |
l3kernel 2564 (13aug11)
git-svn-id: svn://tug.org/texlive/trunk@23540 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/l3kernel/l3names.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/l3kernel/l3names.dtx | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/Master/texmf-dist/source/latex/l3kernel/l3names.dtx b/Master/texmf-dist/source/latex/l3kernel/l3names.dtx index d8a33196962..46f7734e2d4 100644 --- a/Master/texmf-dist/source/latex/l3kernel/l3names.dtx +++ b/Master/texmf-dist/source/latex/l3kernel/l3names.dtx @@ -35,7 +35,7 @@ % %<*package> \RequirePackage{l3bootstrap} -\GetIdInfo$Id: l3names.dtx 2478 2011-06-19 21:34:23Z joseph $ +\GetIdInfo$Id: l3names.dtx 2538 2011-08-10 19:37:10Z joseph $ {L3 Experimental namespace for primitives} %</package> %<*driver> @@ -559,7 +559,7 @@ % In the case of the \pdfTeX{} primitives, we retain |pdf| at the start % of the names \emph{only} for directly PDF-related primitives, as % there are a lot of \pdfTeX{} primitives that start \cs{pdf\ldots} but -% are not related to PDF output. These ones re +% are not related to PDF output. These ones related to PDF output. % \begin{macrocode} \name_primitive:NN \pdfcreationdate \pdftex_pdfcreationdate:D \name_primitive:NN \pdfcolorstack \pdftex_pdfcolorstack:D @@ -582,11 +582,12 @@ % \begin{macrocode} \name_primitive:NN \pdfstrcmp \pdftex_strcmp:D % \end{macrocode} -% \XeTeX{}-specific primitives. +% \XeTeX{}-specific primitives. Note that \XeTeX{}'s \cs{strcmp} is +% handled earlier and is \enquote{rolled up} into \cs{pdfstrcmp}. % \begin{macrocode} \name_primitive:NN \XeTeXversion \xetex_XeTeXversion:D % \end{macrocode} -% Primitives from \LuaTeX. +% Primitives from \LuaTeX{}. % \begin{macrocode} \name_primitive:NN \catcodetable \luatex_catcodetable:D \name_primitive:NN \directlua \luatex_directlua:D |