diff options
author | Karl Berry <karl@freefriends.org> | 2013-10-09 00:17:30 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-10-09 00:17:30 +0000 |
commit | 6ae8f0974768da24d4bcfff401e0f660c0b9fb5d (patch) | |
tree | 7d30ffa224cef20b8d5bcc4a4a6dfee90e4ca148 /Master/texmf-dist/source/latex/l3kernel/l3int.dtx | |
parent | ad8c0db83542b88b7a3d63af382ccc630df38d03 (diff) |
l3 (8oct13)
git-svn-id: svn://tug.org/texlive/trunk@31865 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/l3kernel/l3int.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/l3kernel/l3int.dtx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/source/latex/l3kernel/l3int.dtx b/Master/texmf-dist/source/latex/l3kernel/l3int.dtx index de6e4d72b6a..17b33143769 100644 --- a/Master/texmf-dist/source/latex/l3kernel/l3int.dtx +++ b/Master/texmf-dist/source/latex/l3kernel/l3int.dtx @@ -35,7 +35,7 @@ % %<*driver|package> \RequirePackage{l3bootstrap} -\GetIdInfo$Id: l3int.dtx 4581 2013-07-28 08:38:50Z joseph $ +\GetIdInfo$Id: l3int.dtx 4583 2013-08-02 19:14:35Z joseph $ {L3 Integers} %</driver|package> %<*driver> @@ -572,7 +572,7 @@ % \int_to_alph:n { 27 } % \end{verbatim} % is converted to |aa|. For conversions using other alphabets, use -% \cs{int_convert_to_symbols:nnn} to define an alphabet-specific +% \cs{int_to_symbols:nnn} to define an alphabet-specific % function. The basic \cs{int_to_alph:n} and \cs{int_to_Alph:n} % functions should not be modified. % \end{function} @@ -594,7 +594,7 @@ % \begin{verbatim} % \cs_new:Npn \int_to_alph:n #1 % { -% \int_convert_to_symbols:nnn {#1} { 26 } +% \int_to_symbols:nnn {#1} { 26 } % { % { 1 } { a } % { 2 } { b } |