[latex3-commits] [git/LaTeX3-latex3-latex3] unicode-data: Doc fixes (1fc367aa2)

Joseph Wright joseph.wright at morningstar2.co.uk
Fri Oct 7 11:14:48 CEST 2022


Repository : https://github.com/latex3/latex3
On branch  : unicode-data
Link       : https://github.com/latex3/latex3/commit/1fc367aa2854db5f49a8996f0feb63ed0c5ff56e

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

commit 1fc367aa2854db5f49a8996f0feb63ed0c5ff56e
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Fri Oct 7 10:14:48 2022 +0100

    Doc fixes


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

1fc367aa2854db5f49a8996f0feb63ed0c5ff56e
 l3kernel/l3kernel-functions.dtx | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/l3kernel/l3kernel-functions.dtx b/l3kernel/l3kernel-functions.dtx
index a00bcab5e..a67161522 100644
--- a/l3kernel/l3kernel-functions.dtx
+++ b/l3kernel/l3kernel-functions.dtx
@@ -479,7 +479,7 @@
 %
 % \begin{function}[EXP]{\__kernel_unicode_data:nn}
 %   \begin{syntax}
-%     \cs{__kernel_unicode_data:nn} \Args{type} \Arg{codepoint}
+%     \cs{__kernel_unicode_data:nn} \Arg{type} \Arg{codepoint}
 %   \end{syntax}
 %   Expands to the appropriate value for the \meta{type} of data
 %   requested for a \meta{codepoint}. The current list of \meta{types} and
@@ -498,7 +498,7 @@
 %
 % \begin{function}[EXP]{\__kernel_unicode_case:nn}
 %   \begin{syntax}
-%     \cs{__kernel_unicode_case:nn} \Args{mapping} \Arg{codepoint}
+%     \cs{__kernel_unicode_case:nn} \Arg{mapping} \Arg{codepoint}
 %   \end{syntax}
 %   Expands to a list of three balanced text, of which at least the first
 %   will contain a codepoint. This list of up to three codepoints specifies
@@ -509,11 +509,12 @@
 %     \item \texttt{lowercase}
 %     \item \texttt{titlecase}
 %     \item \texttt{uppercase}
+%   \end{itemize}
 % \end{function}
 %
 % \begin{function}[EXP]{\__kernel_unicode_nfd:n}
 %   \begin{syntax}
-%     \cs{__kernel_unicode_nfd:nn} \Args{mapping}
+%     \cs{__kernel_unicode_nfd:nn} \Arg{mapping}
 %   \end{syntax}
 %   Expands to a list of two balanced text, of which at least the first
 %   will contain a codepoint. This list of one or two codepoints specifies





More information about the latex3-commits mailing list.