summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/l3kernel/l3int.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/l3kernel/l3int.dtx')
-rw-r--r--Master/texmf-dist/source/latex/l3kernel/l3int.dtx6
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 }