[latex3-commits] [git/LaTeX3-latex3-latex3] master: Correct docs [ci skip] (3cd55dd)
Joseph Wright
joseph.wright at morningstar2.co.uk
Tue Jan 22 09:26:05 CET 2019
Repository : https://github.com/latex3/latex3
On branch : master
Link : https://github.com/latex3/latex3/commit/3cd55dd486ed927d281b71df30eb52f4108d26e5
>---------------------------------------------------------------
commit 3cd55dd486ed927d281b71df30eb52f4108d26e5
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Tue Jan 22 08:26:05 2019 +0000
Correct docs [ci skip]
We need to tighten this up depending on final approach
to these functions. At present, they certainly are not global.
>---------------------------------------------------------------
3cd55dd486ed927d281b71df30eb52f4108d26e5
l3kernel/l3box.dtx | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/l3kernel/l3box.dtx b/l3kernel/l3box.dtx
index f564590..164b4e5 100644
--- a/l3kernel/l3box.dtx
+++ b/l3kernel/l3box.dtx
@@ -184,7 +184,7 @@
% \cs{box_set_dp:Nn} \meta{box} \Arg{dimension expression}
% \end{syntax}
% Set the depth (below the baseline) of the \meta{box} to the value of
-% the \Arg{dimension expression}. This is a global assignment.
+% the \Arg{dimension expression}.
% \end{function}
%
% \begin{function}[updated = 2011-10-22]{\box_set_ht:Nn, \box_set_ht:cn}
@@ -192,7 +192,7 @@
% \cs{box_set_ht:Nn} \meta{box} \Arg{dimension expression}
% \end{syntax}
% Set the height (above the baseline) of the \meta{box} to the value of
-% the \Arg{dimension expression}. This is a global assignment.
+% the \Arg{dimension expression}.
% \end{function}
%
% \begin{function}[updated = 2011-10-22]{\box_set_wd:Nn, \box_set_wd:cn}
@@ -200,7 +200,7 @@
% \cs{box_set_wd:Nn} \meta{box} \Arg{dimension expression}
% \end{syntax}
% Set the width of the \meta{box} to the value of the
-% \Arg{dimension expression}. This is a global assignment.
+% \Arg{dimension expression}.
% \end{function}
%
% \section{Box conditionals}
More information about the latex3-commits
mailing list