summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/l3kernel/l3box.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/l3kernel/l3box.dtx')
-rw-r--r--Master/texmf-dist/source/latex/l3kernel/l3box.dtx21
1 files changed, 4 insertions, 17 deletions
diff --git a/Master/texmf-dist/source/latex/l3kernel/l3box.dtx b/Master/texmf-dist/source/latex/l3kernel/l3box.dtx
index c2fb953d45b..8e5070145b4 100644
--- a/Master/texmf-dist/source/latex/l3kernel/l3box.dtx
+++ b/Master/texmf-dist/source/latex/l3kernel/l3box.dtx
@@ -35,7 +35,7 @@
%
%<*driver|package>
\RequirePackage{l3names}
-\GetIdInfo$Id: l3box.dtx 2595 2011-08-16 00:58:34Z bruno $
+\GetIdInfo$Id: l3box.dtx 2665 2011-08-25 22:15:27Z joseph $
{L3 Experimental boxes}
%</driver|package>
%<*driver>
@@ -282,11 +282,6 @@
% \cs{box_if_empty:NTF} \meta{box} \Arg{true code} \Arg{false code}
% \end{syntax}
% Tests if \meta{box} is a empty (equal to \cs{c_empty_box}).
-% The branching versions then leave either
-% \meta{true code} or \meta{false code} in the input stream, as
-% appropriate to the truth of the test and the variant of the function
-% chosen. The logical truth of the test is left in the input stream by
-% the predicate version.
% \end{function}
%
% \begin{function}[EXP,pTF]{\box_if_horizontal:N, \box_if_horizontal:c}
@@ -294,11 +289,7 @@
% \cs{box_if_horizontal_p:N} \meta{box}
% \cs{box_if_horizontal:NTF} \meta{box} \Arg{true code} \Arg{false code}
% \end{syntax}
-% Tests if \meta{box} is a horizontal box. The branching
-% versions then leave either \meta{true code} or \meta{false code}
-% in the input stream, as appropriate to the truth of the test and
-% the variant of the function chosen. The logical truth of the test
-% is left in the input stream by the predicate version.
+% Tests if \meta{box} is a horizontal box.
% \end{function}
%
% \begin{function}[EXP,pTF]{\box_if_vertical:N, \box_if_vertical:c}
@@ -306,11 +297,7 @@
% \cs{box_if_vertical_p:N} \meta{box}
% \cs{box_if_vertical:NTF} \meta{box} \Arg{true code} \Arg{false code}
% \end{syntax}
-% Tests if \meta{box} is a vertical box. The branching
-% versions then leave either \meta{true code} or \meta{false code}
-% in the input stream, as appropriate to the truth of the test and
-% the variant of the function chosen. The logical truth of the test
-% is left in the input stream by the predicate version.
+% Tests if \meta{box} is a vertical box.
% \end{function}
%
% \section{The last box inserted}
@@ -1114,7 +1101,7 @@
%
% \begin{macro}{\vbox:n}
% \TestFiles{m3box003.lvt}
-% \begin{macro}{\vbox:n\vbox_top:n}
+% \begin{macro}{\vbox_top:n}
% \TestFiles{m3box003.lvt}
% Put a vertical box directly into the input stream.
% \begin{macrocode}