summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/l3kernel/l3basics.dtx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-01-07 23:06:03 +0000
committerKarl Berry <karl@freefriends.org>2014-01-07 23:06:03 +0000
commitea751c100642b9b81c97ad32b1b492c917d5a93c (patch)
tree8b3554859f8f067f8ca942d08dad6a0792a3a803 /Master/texmf-dist/source/latex/l3kernel/l3basics.dtx
parent79b68a754e61b4825c185082d15b0e334440fbde (diff)
l3kernel (7jan14)
git-svn-id: svn://tug.org/texlive/trunk@32599 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/l3kernel/l3basics.dtx')
-rw-r--r--Master/texmf-dist/source/latex/l3kernel/l3basics.dtx9
1 files changed, 4 insertions, 5 deletions
diff --git a/Master/texmf-dist/source/latex/l3kernel/l3basics.dtx b/Master/texmf-dist/source/latex/l3kernel/l3basics.dtx
index a43c8fec53f..9acc07c63da 100644
--- a/Master/texmf-dist/source/latex/l3kernel/l3basics.dtx
+++ b/Master/texmf-dist/source/latex/l3kernel/l3basics.dtx
@@ -1,6 +1,6 @@
% \iffalse meta-comment
%
-%% File: l3basics.dtx Copyright (C) 1990-2013 The LaTeX3 project
+%% File: l3basics.dtx Copyright (C) 1990-2014 The LaTeX3 project
%%
%% It may be distributed and/or modified under the conditions of the
%% LaTeX Project Public License (LPPL), either version 1.3c of this
@@ -35,7 +35,7 @@
%
%<*driver|package>
\RequirePackage{l3bootstrap}
-\GetIdInfo$Id: l3basics.dtx 4581 2013-07-28 08:38:50Z joseph $
+\GetIdInfo$Id: l3basics.dtx 4642 2014-01-04 17:28:32Z joseph $
{L3 Basic definitions}
%</driver|package>
%<*driver>
@@ -193,7 +193,7 @@
% \item[|N| and |n|] No manipulation.
% \item[|T| and |F|] Functionally equivalent to |n| (you are actually
% encouraged to use the family of |\prg_new_conditional:| functions
-% described in Section~\ref{sec:l3basics:new-conditional-functions}).
+% described in Section~\ref{sec:l3prg:new-conditional-functions}).
% \item[|p| and |w|] These are special cases.
% \end{description}
%
@@ -201,7 +201,7 @@
% other argument specifiers in your function names, but they do not handle
% expansion for you. You should define the base function and then use
% \cs{cs_generate_variant:Nn} to generate custom variants as described in
-% Section~\ref{sec:l3basics:defining-variants}.
+% Section~\ref{sec:l3expan:defining-variants}.
%
% \subsection{Defining new functions using parameter text}
% \label{sec:l3basics:defining-new-function-1}
@@ -982,7 +982,6 @@
% \end{function}
%
% \section{Predicates and conditionals}
-% \label{sec:l3basics:predicates}
%
% \LaTeX3 has three concepts for conditional flow processing:
% \begin{description}