[latex3-commits] [git/LaTeX3-latex3-latex3] master: __cs => @@ (25ab6f3)

Joseph Wright joseph.wright at morningstar2.co.uk
Tue Apr 3 16:51:57 CEST 2018


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

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

commit 25ab6f347657318df6273b44a91a4ccf27526012
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Tue Apr 3 11:20:12 2018 +0100

    __cs => @@
    
    A couple of cases outstanding in l3kernel


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

25ab6f347657318df6273b44a91a4ccf27526012
 l3kernel/l3basics.dtx |   16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/l3kernel/l3basics.dtx b/l3kernel/l3basics.dtx
index f1c7f73..9a984e4 100644
--- a/l3kernel/l3basics.dtx
+++ b/l3kernel/l3basics.dtx
@@ -2410,9 +2410,9 @@
 %<@@=cs>
 %    \end{macrocode}
 %
-% \begin{function}{\__cs_count_signature:N}
+% \begin{function}{\@@_count_signature:N}
 %   \begin{syntax}
-%     \cs{__cs_count_signature:N} \meta{function}
+%     \cs{@@_count_signature:N} \meta{function}
 %   \end{syntax}
 %   Splits the \meta{function} into the \meta{name} (\emph{i.e.}~the part
 %   before the colon) and the \meta{signature} (\emph{i.e.}~after the colon).
@@ -2437,9 +2437,9 @@
 %   specification \texttt{:nnN} (plus any trailing arguments needed).
 % \end{function}
 %
-% \begin{function}[EXP]{\__cs_get_function_name:N}
+% \begin{function}[EXP]{\@@_get_function_name:N}
 %   \begin{syntax}
-%     \cs{__cs_get_function_name:N} \meta{function}
+%     \cs{@@_get_function_name:N} \meta{function}
 %   \end{syntax}
 %   Splits the \meta{function} into the \meta{name} (\emph{i.e.}~the part
 %   before the colon) and the \meta{signature} (\emph{i.e.}~after the colon).
@@ -2448,9 +2448,9 @@
 %   (other).
 % \end{function}
 %
-% \begin{function}[EXP]{\__cs_get_function_signature:N}
+% \begin{function}[EXP]{\@@_get_function_signature:N}
 %   \begin{syntax}
-%     \cs{__cs_get_function_signature:N} \meta{function}
+%     \cs{@@_get_function_signature:N} \meta{function}
 %   \end{syntax}
 %   Splits the \meta{function} into the \meta{name} (\emph{i.e.}~the part
 %   before the colon) and the \meta{signature} (\emph{i.e.}~after the colon).
@@ -2458,7 +2458,7 @@
 %   tokens with category code $12$ (other).
 % \end{function}
 %
-% \begin{function}{\__cs_tmp:w}
+% \begin{function}{\@@_tmp:w}
 %   Function used for various short-term usages, for instance defining
 %   functions whose definition involves tokens which are hard to insert
 %   normally (spaces, characters with category other).
@@ -3123,7 +3123,7 @@
 %     \cs_set_protected:Npn \cs_set:Nn #1#2
 %       {
 %         \cs_generate_from_arg_count:NNnn #1 \cs_set:Npn
-%           { \__cs_count_signature:N #1 } {#2}
+%           { \@@_count_signature:N #1 } {#2}
 %       }
 %   \end{verbatim}
 %   In short, to define \cs{cs_set:Nn} we need just use \cs{cs_set:Npn},





More information about the latex3-commits mailing list