summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/l3kernel/l3token.dtx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-09-07 23:33:27 +0000
committerKarl Berry <karl@freefriends.org>2011-09-07 23:33:27 +0000
commitf1cddb2ae051713a3d0b9efa1251d8f85d8131fc (patch)
tree47b6a38de15329b2ffd3a196e7d85e7ad1e93032 /Master/texmf-dist/source/latex/l3kernel/l3token.dtx
parentea06cd2704b8ed1c5278b20798ab9e3811e0ca4e (diff)
l3kernel 2729 (5sep11)
git-svn-id: svn://tug.org/texlive/trunk@23865 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/l3kernel/l3token.dtx')
-rw-r--r--Master/texmf-dist/source/latex/l3kernel/l3token.dtx29
1 files changed, 4 insertions, 25 deletions
diff --git a/Master/texmf-dist/source/latex/l3kernel/l3token.dtx b/Master/texmf-dist/source/latex/l3kernel/l3token.dtx
index c67a876db3d..293de965779 100644
--- a/Master/texmf-dist/source/latex/l3kernel/l3token.dtx
+++ b/Master/texmf-dist/source/latex/l3kernel/l3token.dtx
@@ -35,7 +35,7 @@
%
%<*driver|package>
\RequirePackage{l3names}
-\GetIdInfo$Id: l3token.dtx 2665 2011-08-25 22:15:27Z joseph $
+\GetIdInfo$Id: l3token.dtx 2691 2011-08-29 20:08:46Z joseph $
{L3 Experimental token manipulation}
%</driver|package>
%<*driver>
@@ -107,28 +107,7 @@
% \begin{verbatim}
% \cs_new:Npn \show_until_if:w #1 \if:w { \tl_show:n {#1} }
% \show_until_if:w \tex_if:D \if_charcode:w \if:w
-% \end{verbatim}
-%
-% It is easier to start by considering the possibilities for what a
-% token looks like, in other words, how \TeX{} sees it from the point
-% of view of delimited arguments. Two cases: the token is either a
-% control sequence or a single character.
-% \begin{center}
-% \begin{tabular}{p{4cm}p{4cm}}
-% \toprule
-% Control sequence & Character \\
-% \midrule
-% Control word: an escape character followed by some letters. &
-% \end{tabular}
-% \end{center}
-% The token can be a control sequence,
-% in other words, an escape character followed by some letters, or by
-% a single non-letter character. Examples of this include \cs{begin},
-% \cs{;}, \cs{emph}\ldots{} The other case
-% There are two cases. either the token
-% is a single character, in which case it is associated with a category
-% code:
-%
+% \end{verbatim}
%
% \section{Character tokens}
%
@@ -152,7 +131,7 @@
% \char_set_catcode_invalid:N
% }
% \begin{syntax}
-% \cs{char_make_letter:N} \meta{character}
+% \cs{char_set_catcode_letter:N} \meta{character}
% \end{syntax}
% Sets the category code of the \meta{character} to that indicated in
% the function name. Depending on the current category code of the
@@ -183,7 +162,7 @@
% \char_set_catcode_invalid:n
% }
% \begin{syntax}
-% \cs{char_make_letter:n} \Arg{integer expression}
+% \cs{char_set_catcode_letter:n} \Arg{integer expression}
% \end{syntax}
% Sets the category code of the \meta{character} which has character
% code as given by the \meta{integer expression}. This version can be