[latex3-commits] [git/LaTeX3-latex3-latex3] master: Missing mark-up (a7d651026)

Joseph Wright joseph.wright at morningstar2.co.uk
Sat Oct 5 22:23:31 CEST 2019


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

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

commit a7d651026c59fe8ceb65f21d21d9a54b753e138d
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Sat Oct 5 21:23:31 2019 +0100

    Missing mark-up


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

a7d651026c59fe8ceb65f21d21d9a54b753e138d
 l3kernel/l3box.dtx     | 6 +++---
 l3kernel/l3coffins.dtx | 2 ++
 l3kernel/l3file.dtx    | 2 +-
 3 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/l3kernel/l3box.dtx b/l3kernel/l3box.dtx
index f44b622fc..511964baa 100644
--- a/l3kernel/l3box.dtx
+++ b/l3kernel/l3box.dtx
@@ -1027,9 +1027,9 @@
 % \end{macro}
 % \end{macro}
 %
-% \begin{macro}{\box_set_ht:Nn, \box_set_ht:cn}
-% \begin{macro}{\box_set_dp:Nn, \box_set_dp:cn}
-% \begin{macro}{\box_set_wd:Nn, \box_set_wd:cn}
+% \begin{macro}{\box_set_ht:Nn, \box_set_ht:cn, \box_gset_ht:Nn, \box_gset_ht:cn}
+% \begin{macro}{\box_set_dp:Nn, \box_set_dp:cn, \box_gset_dp:Nn, \box_gset_dp:cn}
+% \begin{macro}{\box_set_wd:Nn, \box_set_wd:cn, \box_gset_wd:Nn, \box_gset_wd:cn}
 %   Setting the size whilst respecting local scope requires copying;
 %   the same issue does not come up when working globally.
 %   When debugging, the dimension expression |#2| is surrounded by
diff --git a/l3kernel/l3coffins.dtx b/l3kernel/l3coffins.dtx
index 916953285..b70dc8024 100644
--- a/l3kernel/l3coffins.dtx
+++ b/l3kernel/l3coffins.dtx
@@ -816,6 +816,8 @@
 % \begin{macro}
 %   {
 %     \coffin_set_eq:NN, \coffin_set_eq:Nc,
+%     \coffin_set_eq:cN, \coffin_set_eq:cc,
+%     \coffin_gset_eq:NN, \coffin_gset_eq:Nc,
 %     \coffin_gset_eq:cN, \coffin_gset_eq:cc
 %   }
 %   Setting two coffins equal is just a wrapper around other functions.
diff --git a/l3kernel/l3file.dtx b/l3kernel/l3file.dtx
index 5dd15d0e3..153951ee7 100644
--- a/l3kernel/l3file.dtx
+++ b/l3kernel/l3file.dtx
@@ -2816,7 +2816,7 @@
 % \end{macro}
 % \end{macro}
 %
-% \begin{macro}
+% \begin{macro}[noTF]
 %   {\file_get_mdfive_hash:nN, \file_get_size:nN, \file_get_timestamp:nN}
 % \begin{macro}{\@@_get_details:nnN}
 %   Non-expandable wrappers around the above in the case where appropriate





More information about the latex3-commits mailing list