[latex3-commits] [git/LaTeX3-latex3-latex3] master: Some docs dropped [ci skip] (a5ef339)

Joseph Wright joseph.wright at morningstar2.co.uk
Mon Apr 2 09:33:22 CEST 2018


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

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

commit a5ef33932b88f8ccc1a362dbd027beb5b8a37444
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Sun Apr 1 22:41:22 2018 +0100

    Some docs dropped [ci skip]
    
    This is all about stuff only in l3prop.


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

a5ef33932b88f8ccc1a362dbd027beb5b8a37444
 l3kernel/l3prop.dtx |   48 ------------------------------------------------
 1 file changed, 48 deletions(-)

diff --git a/l3kernel/l3prop.dtx b/l3kernel/l3prop.dtx
index 00b9872..b226a40 100644
--- a/l3kernel/l3prop.dtx
+++ b/l3kernel/l3prop.dtx
@@ -447,54 +447,6 @@
 %   A permanently-empty property list used for internal comparisons.
 % \end{variable}
 %
-% \section{Internal property list functions}
-%
-% \begin{variable}{\s__prop}
-%   The internal token used at the beginning of property lists.  This is
-%   also used after each \meta{key} (see \cs{__prop_pair:wn}).
-% \end{variable}
-%
-% \begin{variable}{\__prop_pair:wn}
-%   \begin{syntax}
-%     \cs{__prop_pair:wn} \meta{key} \cs{s__prop} \Arg{item}
-%   \end{syntax}
-%   The internal token used to begin each key--value pair in the
-%   property list.  If expanded outside of a mapping or manipulation
-%   function, an error is raised.  The definition should always be
-%   set globally.
-% \end{variable}
-%
-% \begin{variable}{\l__prop_internal_tl}
-%   Token list used to store new key--value pairs to be inserted by
-%   functions of the \cs{prop_put:Nnn} family.
-% \end{variable}
-%
-% \begin{function}[updated = 2013-01-08]{\__prop_split:NnTF}
-%   \begin{syntax}
-%     \cs{__prop_split:NnTF} \meta{property list} \Arg{key} \Arg{true code} \Arg{false code}
-%   \end{syntax}
-%   Splits the \meta{property list} at the \meta{key}, giving three
-%   token lists: the \meta{extract} of \meta{property list} before the
-%   \meta{key}, the \meta{value} associated with the \meta{key} and the
-%   \meta{extract} of the \meta{property list} after the \meta{value}.
-%   Both \meta{extracts} retain the internal structure of a property
-%   list, and the concatenation of the two \meta{extracts} is a
-%   property list.
-%   If the \meta{key} is present in the \meta{property list} then the
-%   \meta{true code} is left in the input stream, with |#1|, |#2|, and
-%   |#3| replaced by the first \meta{extract}, the \meta{value}, and the
-%   second extract.
-%   If the \meta{key} is not present in the \meta{property list} then
-%   the \meta{false code} is left in the input stream, with no trailing
-%   material.
-%   Both \meta{true code} and \meta{false code} are used in the
-%   replacement text of a macro defined internally, hence macro
-%   parameter characters should be doubled, except |#1|, |#2|, and |#3|
-%   which stand in the \meta{true code} for the three extracts from the
-%   property list.
-%   The \meta{key} comparison takes place as described for \cs{str_if_eq:nn}.
-% \end{function}
-%
 % \end{documentation}
 %
 % \begin{implementation}





More information about the latex3-commits mailing list