[latex3-commits] [git/LaTeX3-latex3-latex3] master: Document that \box_use functions cause errors for undefined variables (053142b)

Bruno Le Floch bruno at le-floch.fr
Sun Jan 13 21:42:30 CET 2019


Repository : https://github.com/latex3/latex3
On branch  : master
Link       : https://github.com/latex3/latex3/commit/053142b80664db16ed342c21202cc41226015991

>---------------------------------------------------------------

commit 053142b80664db16ed342c21202cc41226015991
Author: Bruno Le Floch <bruno at le-floch.fr>
Date:   Sun Jan 13 21:42:30 2019 +0100

    Document that \box_use functions cause errors for undefined variables


>---------------------------------------------------------------

053142b80664db16ed342c21202cc41226015991
 l3kernel/l3box.dtx |    8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/l3kernel/l3box.dtx b/l3kernel/l3box.dtx
index ef4a9b2..7fd072d 100644
--- a/l3kernel/l3box.dtx
+++ b/l3kernel/l3box.dtx
@@ -133,7 +133,8 @@
 %     \cs{box_use:N} \meta{box}
 %   \end{syntax}
 %   Inserts the current content of the \meta{box} onto the current
-%   list for typesetting.
+%   list for typesetting. An error is raised if the variable does
+%   not exist or if it is invalid.
 %   \begin{texnote}
 %     This is the \TeX{} primitive \tn{copy}.
 %   \end{texnote}
@@ -144,7 +145,10 @@
 %     \cs{box_use_drop:N} \meta{box}
 %   \end{syntax}
 %   Inserts the current content of the \meta{box} onto the current
-%   list for typesetting. The \meta{box} is then cleared at the group level the
+%   list for typesetting. An error is raised if the variable does
+%   not exist or if it is invalid.
+%
+%   The \meta{box} is then cleared at the group level the
 %   box was set at, \emph{i.e.}~the current content is \enquote{dropped} entirely.
 %   For example, with
 %   \begin{verbatim}





More information about the latex3-commits mailing list