[latex3-commits] [latex3/latex3] main: Drop docs for removed internal functions (4808fd97c)

github at latex-project.org github at latex-project.org
Fri Dec 8 18:01:52 CET 2023


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

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

commit 4808fd97cd9e5682e47e9f15d85f0a1c93e1e33f
Author: Yukai Chou <muzimuzhi at gmail.com>
Date:   Sat Dec 9 00:53:58 2023 +0800

    Drop docs for removed internal functions
    
    `\__cs_get_function_name:N` and `\__cs_get_function_signature:N` were removed in
    commit b091b8b0 (Add public \cs_split_function:N, 2018-04-07).
    
    See #1366


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

4808fd97cd9e5682e47e9f15d85f0a1c93e1e33f
 l3kernel/l3basics.dtx | 21 ---------------------
 1 file changed, 21 deletions(-)

diff --git a/l3kernel/l3basics.dtx b/l3kernel/l3basics.dtx
index 0e774e8a4..9f325beeb 100644
--- a/l3kernel/l3basics.dtx
+++ b/l3kernel/l3basics.dtx
@@ -2327,27 +2327,6 @@
 %   the marker value $-1$.
 % \end{function}
 %
-% \begin{function}[EXP]{\@@_get_function_name:N}
-%   \begin{syntax}
-%     \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).
-%   The \meta{name} is then left in the input stream without the escape
-%   character present made up of tokens with category code $12$
-%   (other).
-% \end{function}
-%
-% \begin{function}[EXP]{\@@_get_function_signature:N}
-%   \begin{syntax}
-%     \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).
-%   The \meta{signature} is then left in the input stream made up of
-%   tokens with category code $12$ (other).
-% \end{function}
-%
 % \begin{function}{\@@_tmp:w}
 %   Function used for various short-term usages, for instance defining
 %   functions whose definition involves tokens which are hard to insert





More information about the latex3-commits mailing list.