summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/l3kernel/l3box.dtx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-02-28 00:40:51 +0000
committerKarl Berry <karl@freefriends.org>2012-02-28 00:40:51 +0000
commit29c459636115f7de4ae9a8681927b52a1e896805 (patch)
tree5200a1da0c7a7bae64d8c07c48df4a5daf30323e /Master/texmf-dist/source/latex/l3kernel/l3box.dtx
parente20ea4bdd670e0418363a2a38a54b422a4d83231 (diff)
l3kernel 3471 (26feb12)
git-svn-id: svn://tug.org/texlive/trunk@25525 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/l3kernel/l3box.dtx')
-rw-r--r--Master/texmf-dist/source/latex/l3kernel/l3box.dtx8
1 files changed, 3 insertions, 5 deletions
diff --git a/Master/texmf-dist/source/latex/l3kernel/l3box.dtx b/Master/texmf-dist/source/latex/l3kernel/l3box.dtx
index d00cad8139b..7497971d2d6 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 3158 2012-01-09 00:47:42Z bruno $
+\GetIdInfo$Id: l3box.dtx 3432 2012-02-18 12:16:20Z joseph $
{L3 Experimental boxes}
%</driver|package>
%<*driver>
@@ -290,7 +290,7 @@
% \begin{function}[added = 2011-09-02, updated = 2011-10-22]
% {\box_resize_to_wd:Nn, \box_resize_to_wd:cn}
% \begin{syntax}
-% \cs{box_resize_to_wd:Nnn} \meta{box} \Arg{x-size}
+% \cs{box_resize_to_wd:Nn} \meta{box} \Arg{x-size}
% \end{syntax}
% Resize the \meta{box} to \meta{x-size} horizontally, scaling the vertical
% size by the same amount (\meta{x-size} is a dimension expression).
@@ -1189,8 +1189,7 @@
% \end{macro}
% \end{macro}
%
-% \begin{macro}{\hbox_overlap_left:n,}
-% \begin{macro}{\hbox_overlap_right:n}
+% \begin{macro}{\hbox_overlap_left:n, \hbox_overlap_right:n}
% Put a zero-sized box with the contents pushed against one side (which
% makes it stick out on the other) directly into the input stream.
% \begin{macrocode}
@@ -1200,7 +1199,6 @@
{ \hbox_to_zero:n { #1 \tex_hss:D } }
% \end{macrocode}
% \end{macro}
-% \end{macro}
%
% \begin{macro}{\hbox_unpack:N, \hbox_unpack:c}
% \begin{macro}{\hbox_unpack_clear:N, \hbox_unpack_clear:c}