Skip to content

Commit

Permalink
Correct docs [ci skip]
Browse files Browse the repository at this point in the history
We need to tighten this up depending on final approach
to these functions. At present, they certainly are not global.
  • Loading branch information
josephwright committed Jan 22, 2019
1 parent 1df1a45 commit 3cd55dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions l3kernel/l3box.dtx
Expand Up @@ -184,23 +184,23 @@
% \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}
% \begin{syntax}
% \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}
% \begin{syntax}
% \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}
Expand Down

0 comments on commit 3cd55dd

Please sign in to comment.