summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/l3kernel/l3bootstrap.dtx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-04-30 22:39:09 +0000
committerKarl Berry <karl@freefriends.org>2018-04-30 22:39:09 +0000
commita28e1bfccd6fe522fcd296426e4d89c7fb4f19b6 (patch)
treeb72347e08575b56fcfed87c4d837b48dcfd1e02a /Master/texmf-dist/source/latex/l3kernel/l3bootstrap.dtx
parentb40c37a9e22b8235ff9c0bc256d00f7af94304c3 (diff)
l3 (30apr18)
git-svn-id: svn://tug.org/texlive/trunk@47516 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/l3kernel/l3bootstrap.dtx')
-rw-r--r--Master/texmf-dist/source/latex/l3kernel/l3bootstrap.dtx14
1 files changed, 3 insertions, 11 deletions
diff --git a/Master/texmf-dist/source/latex/l3kernel/l3bootstrap.dtx b/Master/texmf-dist/source/latex/l3kernel/l3bootstrap.dtx
index 63e80a95630..7d4e945dbfc 100644
--- a/Master/texmf-dist/source/latex/l3kernel/l3bootstrap.dtx
+++ b/Master/texmf-dist/source/latex/l3kernel/l3bootstrap.dtx
@@ -138,7 +138,7 @@
% }^^A
% }
%
-% \date{Released 2018/03/05}
+% \date{Released 2018-04-30}
%
% \maketitle
%
@@ -211,14 +211,6 @@
% {\ExplFileDate}{\ExplFileVersion}{\ExplFileDescription}
% \end{verbatim}
%
-% \subsection{Internal functions and variables}
-%
-% \begin{variable}{\l__kernel_expl_bool}
-% A boolean which records the current code syntax status: \texttt{true} if
-% currently inside a code environment. This variable should only be
-% set by \cs{ExplSyntaxOn}/\cs{ExplSyntaxOff}.
-% \end{variable}
-%
% \end{documentation}
%
% \begin{implementation}
@@ -505,7 +497,7 @@
\begingroup
% \end{macrocode}
% Lower case chars: map to themselves when lower casing and down by |"20| when
-% upper casing. (The characters |a|--|z| are set up correctly by Ini\TeX{}.)
+% upper casing. (The characters |a|--|z| are set up correctly by \IniTeX{}.)
% \begin{macrocode}
\def\temp{%
\ifnum\count0>\count2 %
@@ -525,7 +517,7 @@
% \end{macrocode}
% Upper case chars: map up by |"20| when lower casing, to themselves when upper
% casing and require an \tn{sfcode} of $999$. (The characters |A|--|Z| are set
-% up correctly by Ini\TeX{}.)
+% up correctly by \IniTeX{}.)
% \begin{macrocode}
\def\temp{%
\ifnum\count0>\count2 %