[latex3-commits] [latex3/latex3] main: Minor doc improvements (c63184229)

github at latex-project.org github at latex-project.org
Thu Mar 28 15:33:45 CET 2024


Repository : https://github.com/latex3/latex3
On branch  : main
Link       : https://github.com/latex3/latex3/commit/c63184229c59c61505228b00883a986dfcbc6eb4

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

commit c63184229c59c61505228b00883a986dfcbc6eb4
Author: Yukai Chou <muzimuzhi at gmail.com>
Date:   Wed Mar 20 10:25:52 2024 +0800

    Minor doc improvements


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

c63184229c59c61505228b00883a986dfcbc6eb4
 l3kernel/l3basics.dtx   | 3 ++-
 l3kernel/l3fparray.dtx  | 6 +++---
 l3kernel/l3tl-build.dtx | 3 ++-
 3 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/l3kernel/l3basics.dtx b/l3kernel/l3basics.dtx
index 6c46c986c..044067372 100644
--- a/l3kernel/l3basics.dtx
+++ b/l3kernel/l3basics.dtx
@@ -1341,7 +1341,8 @@
 %     \item \texttt{check-expressions} that checks integer, dimension,
 %       skip, and muskip expressions are not terminated prematurely;
 %     \item \texttt{deprecation} that makes deprecated commands produce errors;
-%     \item \texttt{log-functions} that logs function definitions;
+%     \item \texttt{log-functions} that logs function definitions and
+%       variable declarations;
 %     \item \texttt{all} that does all of the above.
 %   \end{itemize}
 %   Providing these as switches rather than options allows testing code
diff --git a/l3kernel/l3fparray.dtx b/l3kernel/l3fparray.dtx
index 151784043..ff66b8d71 100644
--- a/l3kernel/l3fparray.dtx
+++ b/l3kernel/l3fparray.dtx
@@ -97,7 +97,7 @@
 %
 % \begin{function}[EXP, added = 2018-05-05]
 %   {
-%     \fparray_item:Nn, \fparray_item:cn
+%     \fparray_item:Nn, \fparray_item:cn,
 %     \fparray_item_to_tl:Nn, \fparray_item_to_tl:cn
 %   }
 %   \begin{syntax}
@@ -106,8 +106,8 @@
 %   Applies \cs{fp_use:N} or \cs{fp_to_tl:N} (respectively) to the
 %   floating point entry stored at the (integer expression)
 %   \meta{position} in the \meta{floating point array variable}.  If the
-%   \meta{position} is not between $1$ and the \cs{fparray_count:N}, an
-%   error occurs.
+%   \meta{position} is not between $1$ and the
+%   \cs{fparray_count:N} \meta{fparray~var}, an error occurs.
 % \end{function}
 %
 % \end{documentation}
diff --git a/l3kernel/l3tl-build.dtx b/l3kernel/l3tl-build.dtx
index 175b7bc24..17bfc7a34 100644
--- a/l3kernel/l3tl-build.dtx
+++ b/l3kernel/l3tl-build.dtx
@@ -73,7 +73,8 @@
 %   \end{syntax}
 %   Clears the \meta{tl~var} and sets it up to support other
 %   \cs[no-index]{tl_build_\ldots{}} functions.  Until \cs{tl_build_end:N}
-%   \meta{tl~var} is called, applying any function from \pkg{l3tl} other
+%   \meta{tl~var} or \cs{tl_build_gend:N} \meta{tl~var} is called,
+%   applying any function from \pkg{l3tl} other
 %   than \cs[no-index]{tl_build_\ldots{}} will lead to incorrect
 %   results.  The |begin| and |gbegin| functions must be used for local
 %   and global \meta{tl~var} respectively.





More information about the latex3-commits mailing list.