[latex3-commits] [git/latex3] master: Markup fixes [ci skip] (b5b8227)

Joseph Wright joseph.wright at morningstar2.co.uk
Wed Dec 13 11:20:30 CET 2017


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

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

commit b5b82271d82d4eb80bc94adcf1422c066d7d9505
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Wed Dec 13 10:20:30 2017 +0000

    Markup fixes [ci skip]
    
    From running cmdcheck ...


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

b5b82271d82d4eb80bc94adcf1422c066d7d9505
 l3kernel/l3box.dtx        |    8 ++++----
 l3kernel/l3candidates.dtx |    2 +-
 l3kernel/l3str.dtx        |    8 +++++++-
 3 files changed, 12 insertions(+), 6 deletions(-)

diff --git a/l3kernel/l3box.dtx b/l3kernel/l3box.dtx
index 70e7b96..6ddfc28 100644
--- a/l3kernel/l3box.dtx
+++ b/l3kernel/l3box.dtx
@@ -637,7 +637,7 @@
 % handled by modifying boxes. These transformations are described here.
 %
 % \begin{function}[added = 2017-04-04]
-%   {\box_autosize_to_wd_and_ht:Nnn, \box_autosize_to_wd_and_ht:Nnn}
+%   {\box_autosize_to_wd_and_ht:Nnn, \box_autosize_to_wd_and_ht:cnn}
 %   \begin{syntax}
 %     \cs{box_autosize_to_wd_and_ht:Nnn} \meta{box} \Arg{x-size} \Arg{y-size}
 %   \end{syntax}
@@ -656,7 +656,7 @@
 % \end{function}
 %
 % \begin{function}[added = 2017-04-04]
-%   {\box_autosize_to_wd_and_ht_plus_dp:Nnn, \box_autosize_to_wd_and_ht_plus_dp:Nnn}
+%   {\box_autosize_to_wd_and_ht_plus_dp:Nnn, \box_autosize_to_wd_and_ht_plus_dp:cnn}
 %   \begin{syntax}
 %     \cs{box_autosize_to_wd_and_ht_plus_dp:Nnn} \meta{box} \Arg{x-size} \Arg{y-size}
 %   \end{syntax}
@@ -1974,8 +1974,8 @@
 %   {
 %     \box_autosize_to_wd_and_ht:Nnn         ,
 %     \box_autosize_to_wd_and_ht:cnn         ,
-%     \box_autosize_to_wd_and_ht_plus_dp:cnn ,
-%     \box_autosize_to_wd_and_ht_plus_dp:Nnn
+%     \box_autosize_to_wd_and_ht_plus_dp:Nnn ,
+%     \box_autosize_to_wd_and_ht_plus_dp:cnn
 %   }
 % \begin{macro}{\@@_autosize:Nnnn}
 %   Although autosizing a box uses dimensions, it has more in common in
diff --git a/l3kernel/l3candidates.dtx b/l3kernel/l3candidates.dtx
index 05b2a1d..bb670ff 100644
--- a/l3kernel/l3candidates.dtx
+++ b/l3kernel/l3candidates.dtx
@@ -2432,7 +2432,7 @@
 %    \end{macrocode}
 % \end{macro}
 %
-% \begin{macro}[EXP, pTF]{\sys_if_shell_unrestricted:}
+% \begin{macro}[EXP, pTF]{\sys_if_shell_restricted:}
 %   Performs a check for whether \emph{restricted} shell escape is
 %   enabled.  This returns false if unrestricted shell escape is
 %   enabled.  Unrestricted shell escape is not considered a superset
diff --git a/l3kernel/l3str.dtx b/l3kernel/l3str.dtx
index a7f576d..a52fbb6 100644
--- a/l3kernel/l3str.dtx
+++ b/l3kernel/l3str.dtx
@@ -1188,7 +1188,7 @@
 %    \end{macrocode}
 % \end{macro}
 %
-% \begin{macro}[TF]{\str_if_in:Nn, \str_if_in:cn \str_if_in:nn}
+% \begin{macro}[TF]{\str_if_in:Nn, \str_if_in:cn, \str_if_in:nn}
 %   Everything here needs to be detokenized but beyond that it is a
 %   simple token list test.  It would be faster to fine-tune the |T|,
 %   |F|, |TF| variants by calling the appropriate variant of
@@ -1287,8 +1287,11 @@
 % \subsection{Mapping to strings}
 %
 % \begin{macro}[rEXP]{\str_map_function:NN, \str_map_function:cN}
+% \begin{macro}[rEXP]{\str_map_function:nN}
 % \begin{macro}{\str_map_inline:Nn, \str_map_inline:cn}
+% \begin{macro}{\str_map_inline:nn}
 % \begin{macro}{\str_map_variable:NNn, \str_map_variable:cNn}
+% \begin{macro}{\str_map_variable:nNn}
 % \begin{macro}{\str_map_break:}
 % \begin{macro}{\str_map_break:n}
 % \begin{macro}[rEXP]{\@@_map_function:w, \@@_map_function:Nn}
@@ -1385,6 +1388,9 @@
 % \end{macro}
 % \end{macro}
 % \end{macro}
+% \end{macro}
+% \end{macro}
+% \end{macro}
 %
 % \subsection{Accessing specific characters in a string}
 %





More information about the latex3-commits mailing list