[latex3-commits] [git/LaTeX3-latex3-latex3] luacmd: Adjust documentation (3a791b149)
Marcel Fabian Krüger
tex at 2krueger.de
Fri Sep 11 22:44:48 CEST 2020
Repository : https://github.com/latex3/latex3
On branch : luacmd
Link : https://github.com/latex3/latex3/commit/3a791b1492e61a39ea16e4575f7bfa2bd8846bc4
>---------------------------------------------------------------
commit 3a791b1492e61a39ea16e4575f7bfa2bd8846bc4
Author: Marcel Fabian Krüger <tex at 2krueger.de>
Date: Fri Sep 11 22:44:48 2020 +0200
Adjust documentation
>---------------------------------------------------------------
3a791b1492e61a39ea16e4575f7bfa2bd8846bc4
l3kernel/l3token.dtx | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/l3kernel/l3token.dtx b/l3kernel/l3token.dtx
index 8fa2f84b2..8d398aa31 100644
--- a/l3kernel/l3token.dtx
+++ b/l3kernel/l3token.dtx
@@ -737,12 +737,13 @@
% (not used by \LaTeX3).
% \end{function}
%
-% \begin{function}[updated = 2011-05-23, EXP,pTF]{\token_if_primitive:N}
+% \begin{function}[updated = 2020-09-11, EXP,pTF]{\token_if_primitive:N}
% \begin{syntax}
% \cs{token_if_primitive_p:N} \meta{token} \\
% \cs{token_if_primitive:NTF} \meta{token} \Arg{true code} \Arg{false code}
% \end{syntax}
-% Tests if the \meta{token} is an engine primitive.
+% Tests if the \meta{token} is an engine primitive. In \LuaTeX{}
+% this includes primitive-like commands defined using |{token.set_lua}|.
% \end{function}
%
% \section{Peeking ahead at the next token}
More information about the latex3-commits
mailing list.