[latex3-commits] [l3svn] 01/02: Fix inappropriate syntaxes [ci skip]

noreply at latex-project.org noreply at latex-project.org
Wed Oct 18 10:59:54 CEST 2017


This is an automated email from the git hooks/post-receive script.

joseph pushed a commit to branch master
in repository l3svn.

commit 69ec5429b6fff9b082abe7d793818588de571630
Author: Watson <wtsnjp at gmail.com>
Date:   Wed Oct 18 17:09:21 2017 +0900

    Fix inappropriate syntaxes [ci skip]
---
 l3kernel/l3basics.dtx  |    8 ++++----
 l3kernel/l3box.dtx     |    4 ++--
 l3kernel/l3drivers.dtx |    2 +-
 l3kernel/l3expan.dtx   |    4 ++--
 l3kernel/l3file.dtx    |    2 +-
 l3kernel/l3fp-aux.dtx  |    2 +-
 l3kernel/l3int.dtx     |    2 +-
 l3kernel/l3msg.dtx     |    4 ++--
 l3kernel/l3prg.dtx     |    2 +-
 l3kernel/l3skip.dtx    |    2 +-
 l3kernel/l3str.dtx     |    6 +++---
 l3kernel/l3tl.dtx      |    8 ++++----
 12 files changed, 23 insertions(+), 23 deletions(-)

diff --git a/l3kernel/l3basics.dtx b/l3kernel/l3basics.dtx
index 7afc993..e212e83 100644
--- a/l3kernel/l3basics.dtx
+++ b/l3kernel/l3basics.dtx
@@ -590,7 +590,7 @@
 %     \cs_generate_from_arg_count:Ncnn
 %   }
 %   \begin{syntax}
-%     \cs{cs_generate_from_arg_count:NNnn} \meta{function} \meta{creator} \meta{number} \meta{code}
+%     \cs{cs_generate_from_arg_count:NNnn} \meta{function} \meta{creator} \Arg{number} \Arg{code}
 %   \end{syntax}
 %   Uses the \meta{creator} function (which should have signature
 %   |Npn|, for example \cs{cs_new:Npn}) to define a \meta{function}
@@ -1036,8 +1036,8 @@
 %
 % \begin{function}[EXP,pTF]{\cs_if_eq:NN}
 %   \begin{syntax}
-%     \cs{cs_if_eq_p:NN} \Arg{cs_1} \Arg{cs_2}
-%     \cs{cs_if_eq:NNTF} \Arg{cs_1} \Arg{cs_2} \Arg{true code} \Arg{false code}
+%     \cs{cs_if_eq_p:NN} \meta{cs_1} \meta{cs_2}
+%     \cs{cs_if_eq:NNTF} \meta{cs_1} \meta{cs_2} \Arg{true code} \Arg{false code}
 %   \end{syntax}
 %   Compares the definition of two \meta{control sequences} and
 %   is logically \texttt{true} if they are the same, \emph{i.e.}~if they have exactly
@@ -1295,7 +1295,7 @@
 %
 % \begin{function}{\__debug_patch_conditional:nNNpnn}
 %   \begin{syntax}
-%     \cs{__debug_patch_conditional:nNNpn} \Arg{before}
+%     \cs{__debug_patch_conditional:nNNpnn} \Arg{before}
 %     \meta{definition} \meta{conditional} \meta{parameters} \Arg{type} \Arg{code}
 %   \end{syntax}
 %   Similar to \cs{__debug_patch:nnNNpn} for conditionals, namely
diff --git a/l3kernel/l3box.dtx b/l3kernel/l3box.dtx
index d864dc5..d9efe24 100644
--- a/l3kernel/l3box.dtx
+++ b/l3kernel/l3box.dtx
@@ -336,7 +336,7 @@
 %
 % \begin{function}[added = 2012-05-11]{\box_show:Nnn, \box_show:cnn}
 %   \begin{syntax}
-%      \cs{box_show:Nnn} \meta{box} \meta{intexpr_1} \meta{intexpr_2}
+%      \cs{box_show:Nnn} \meta{box} \Arg{intexpr_1} \Arg{intexpr_2}
 %   \end{syntax}
 %   Display the contents of \meta{box} in the terminal, showing the first
 %   \meta{intexpr_1} items of the box, and descending into \meta{intexpr_2}
@@ -352,7 +352,7 @@
 %
 % \begin{function}[added = 2012-05-11]{\box_log:Nnn, \box_log:cnn}
 %   \begin{syntax}
-%      \cs{box_log:Nnn} \meta{box} \meta{intexpr_1} \meta{intexpr_2}
+%      \cs{box_log:Nnn} \meta{box} \Arg{intexpr_1} \Arg{intexpr_2}
 %   \end{syntax}
 %   Writes the contents of \meta{box} to the log, showing the first
 %   \meta{intexpr_1} items of the box, and descending into \meta{intexpr_2}
diff --git a/l3kernel/l3drivers.dtx b/l3kernel/l3drivers.dtx
index 70a0127..a5c1271 100644
--- a/l3kernel/l3drivers.dtx
+++ b/l3kernel/l3drivers.dtx
@@ -405,7 +405,7 @@
 %     \__driver_draw_color_rgb_stroke:nnn
 %   }
 %   \begin{syntax}
-%     \cs{__driver_draw_color_gray:n} \Arg{red} \Arg{green} \Arg{blue}
+%     \cs{__driver_draw_color_rgb:nnn} \Arg{red} \Arg{green} \Arg{blue}
 %   \end{syntax}
 %   Sets the color for drawing to the RGB values specified, all of which are
 %   fp expressions which should evaluate to between $0$ and $1$. The
diff --git a/l3kernel/l3expan.dtx b/l3kernel/l3expan.dtx
index e827abf..17cdc95 100644
--- a/l3kernel/l3expan.dtx
+++ b/l3kernel/l3expan.dtx
@@ -475,7 +475,7 @@
 %     \exp_last_unbraced:NnNo
 %     }
 %   \begin{syntax}
-%     \cs{exp_last_unbraced:Nno} \meta{token} \meta{tokens_1} \meta{tokens_2}
+%     \cs{exp_last_unbraced:Nno} \meta{token} \Arg{tokens_1} \Arg{tokens_2}
 %   \end{syntax}
 %   These functions absorb the number of arguments given by their
 %   specification, carry out the expansion
@@ -503,7 +503,7 @@
 %
 % \begin{function}[EXP]{\exp_last_two_unbraced:Noo}
 %   \begin{syntax}
-%     \cs{exp_last_two_unbraced:Noo} \meta{token} \meta{tokens_1} \Arg{tokens_2}
+%     \cs{exp_last_two_unbraced:Noo} \meta{token} \Arg{tokens_1} \Arg{tokens_2}
 %   \end{syntax}
 %   This function absorbs three arguments and expand the second and third
 %   once. The first argument of the function is then the next item on the
diff --git a/l3kernel/l3file.dtx b/l3kernel/l3file.dtx
index abf19f7..b8929b0 100644
--- a/l3kernel/l3file.dtx
+++ b/l3kernel/l3file.dtx
@@ -348,7 +348,7 @@
 %
 % \begin{function}[added = 2012-02-11]{\ior_str_map_inline:Nn}
 %   \begin{syntax}
-%     \cs{ior_str_map_inline:Nn} \Arg{stream} \Arg{inline function}
+%     \cs{ior_str_map_inline:Nn} \meta{stream} \Arg{inline function}
 %   \end{syntax}
 %   Applies the \meta{inline function} to every \meta{line}
 %   in the \meta{stream}. The material is read from the \meta{stream}
diff --git a/l3kernel/l3fp-aux.dtx b/l3kernel/l3fp-aux.dtx
index 0c069b2..4a86972 100644
--- a/l3kernel/l3fp-aux.dtx
+++ b/l3kernel/l3fp-aux.dtx
@@ -689,7 +689,7 @@
 % ^^A begin[todo]
 % \begin{macro}[int, EXP]{\@@_decimate:nNnnnn}
 %   \begin{syntax}
-%     \cs{@@_decimate:nNnnnn} \Arg{shift} \Arg{f_1}
+%     \cs{@@_decimate:nNnnnn} \Arg{shift} \meta{f_1}
 %     ~~\Arg{X_1} \Arg{X_2} \Arg{X_3} \Arg{X_4}
 %   \end{syntax}
 %   Each \meta{X_i} consists in $4$ digits exactly,
diff --git a/l3kernel/l3int.dtx b/l3kernel/l3int.dtx
index 96ee0d9..74786f0 100644
--- a/l3kernel/l3int.dtx
+++ b/l3kernel/l3int.dtx
@@ -584,7 +584,7 @@
 %   \begin{syntax}
 %     \cs{int_to_symbols:nnn}
 %     ~~\Arg{integer expression} \Arg{total symbols}
-%     ~~\meta{value to symbol mapping}
+%     ~~\Arg{value to symbol mapping}
 %   \end{syntax}
 %   This is the low-level function for conversion of an
 %   \meta{integer expression} into a symbolic form (often
diff --git a/l3kernel/l3msg.dtx b/l3kernel/l3msg.dtx
index 2533309..c821477 100644
--- a/l3kernel/l3msg.dtx
+++ b/l3kernel/l3msg.dtx
@@ -755,8 +755,8 @@
 % \begin{function}[updated = 2012-09-09]
 %   {\__msg_show_item:n, \__msg_show_item:nn, \__msg_show_item_unbraced:nn}
 %   \begin{syntax}
-%     \cs{__msg_show_item:n}  \meta{item}
-%     \cs{__msg_show_item:nn} \meta{item-key} \meta{item-value}
+%     \cs{__msg_show_item:n}  \Arg{item}
+%     \cs{__msg_show_item:nn} \Arg{item-key} \Arg{item-value}
 %   \end{syntax}
 %   Auxiliary functions used within the last argument of
 %   \cs{__msg_show_variable:NNNnn} or \cs{__msg_show_wrap:n}
diff --git a/l3kernel/l3prg.dtx b/l3kernel/l3prg.dtx
index e1b4e52..81bb353 100644
--- a/l3kernel/l3prg.dtx
+++ b/l3kernel/l3prg.dtx
@@ -679,7 +679,7 @@
 %
 % \begin{function}[EXP]{\__prg_break_point:Nn}
 %   \begin{syntax}
-%     \cs{__prg_break_point:Nn} \cs[no-index]{\meta{type}_map_break:} \meta{tokens}
+%     \cs{__prg_break_point:Nn} \cs[no-index]{\meta{type}_map_break:} \Arg{tokens}
 %   \end{syntax}
 %   Used to mark the end of a recursion or mapping: the functions
 %   \cs[no-index]{\meta{type}_map_break:} and \cs[no-index]{\meta{type}_map_break:n} use
diff --git a/l3kernel/l3skip.dtx b/l3kernel/l3skip.dtx
index 9d810aa..d3423ea 100644
--- a/l3kernel/l3skip.dtx
+++ b/l3kernel/l3skip.dtx
@@ -655,7 +655,7 @@
 % \begin{function}[EXP,pTF]{\skip_if_eq:nn}
 %   \begin{syntax}
 %     \cs{skip_if_eq_p:nn} \Arg{skipexpr_1} \Arg{skipexpr_2}
-%     \cs{dim_compare:nTF}
+%     \cs{dim_compare:nnTF}
 %     ~~\Arg{skipexpr_1} \Arg{skipexpr_2}
 %     ~~\Arg{true code} \Arg{false code}
 %   \end{syntax}
diff --git a/l3kernel/l3str.dtx b/l3kernel/l3str.dtx
index 4682ee0..fb439d9 100644
--- a/l3kernel/l3str.dtx
+++ b/l3kernel/l3str.dtx
@@ -408,7 +408,7 @@
 % \begin{function}[added = 2017-10-08, rEXP]
 %   {\str_map_function:nN}
 %   \begin{syntax}
-%     \cs{str_map_function:nN} \meta{string} \meta{function}
+%     \cs{str_map_function:nN} \Arg{string} \meta{function}
 %   \end{syntax}
 %   Applies \meta{function} to every \meta{item} in the \meta{string}.
 %   See also \cs{str_map_function:nN}.
@@ -428,7 +428,7 @@
 % \begin{function}[added = 2017-10-08]
 %   {\str_map_inline:nn}
 %   \begin{syntax}
-%     \cs{str_map_inline:Nn} \meta{string} \Arg{inline function}
+%     \cs{str_map_inline:nn} \Arg{string} \Arg{inline function}
 %   \end{syntax}
 %   Applies the \meta{inline function} to every \meta{item} in the
 %   \meta{string}. The \meta{inline function} should consist of code which
@@ -451,7 +451,7 @@
 % \begin{function}[added = 2017-10-08]
 %   {\str_map_variable:nNn}
 %   \begin{syntax}
-%     \cs{str_map_variable:nNn} \meta{string} \meta{variable} \Arg{function}
+%     \cs{str_map_variable:nNn} \Arg{string} \meta{variable} \Arg{function}
 %   \end{syntax}
 %   Applies the \meta{function} to every \meta{item} in the \meta{string}.
 %   The \meta{function} should consist of code
diff --git a/l3kernel/l3tl.dtx b/l3kernel/l3tl.dtx
index c54c25c..2c2dc17 100644
--- a/l3kernel/l3tl.dtx
+++ b/l3kernel/l3tl.dtx
@@ -498,7 +498,7 @@
 %
 % \begin{function}[updated = 2012-06-29, rEXP]{\tl_map_function:nN}
 %   \begin{syntax}
-%     \cs{tl_map_function:nN} \meta{token list} \meta{function}
+%     \cs{tl_map_function:nN} \Arg{token list} \meta{function}
 %   \end{syntax}
 %   Applies \meta{function} to every \meta{item} in the \meta{token list},
 %   The \meta{function} receives one argument for each iteration.
@@ -520,7 +520,7 @@
 %
 % \begin{function}[updated = 2012-06-29]{\tl_map_inline:nn}
 %   \begin{syntax}
-%     \cs{tl_map_inline:nn} \meta{token list} \Arg{inline function}
+%     \cs{tl_map_inline:nn} \Arg{token list} \Arg{inline function}
 %   \end{syntax}
 %   Applies the \meta{inline function} to every \meta{item} stored within the
 %   \meta{token list}. The \meta{inline function}  should consist of code which
@@ -542,7 +542,7 @@
 %
 % \begin{function}[updated = 2012-06-29]{\tl_map_variable:nNn}
 %   \begin{syntax}
-%     \cs{tl_map_variable:nNn} \meta{token list} \meta{variable} \Arg{function}
+%     \cs{tl_map_variable:nNn} \Arg{token list} \meta{variable} \Arg{function}
 %   \end{syntax}
 %   Applies the \meta{function} to every \meta{item} stored
 %   within the \meta{token list}. The \meta{function} should consist of code
@@ -1003,7 +1003,7 @@
 %
 % \begin{function}[updated = 2015-08-07]{\tl_show:n}
 %   \begin{syntax}
-%     \cs{tl_show:n} \meta{token list}
+%     \cs{tl_show:n} \Arg{token list}
 %   \end{syntax}
 %   Displays the \meta{token list} on the terminal.
 %   \begin{texnote}

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the latex3-commits mailing list