[latex3-commits] [latex3/latex2e] gh1189: Extend a comment (cbeaaa7d)
github at latex-project.org
github at latex-project.org
Tue Nov 28 14:11:09 CET 2023
Repository : https://github.com/latex3/latex2e
On branch : gh1189
Link : https://github.com/latex3/latex2e/commit/cbeaaa7d40de5575466a670bdaa6b0fb7342854a
>---------------------------------------------------------------
commit cbeaaa7d40de5575466a670bdaa6b0fb7342854a
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Tue Nov 28 13:11:09 2023 +0000
Extend a comment
>---------------------------------------------------------------
cbeaaa7d40de5575466a670bdaa6b0fb7342854a
base/doc/ltnews39.tex | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/base/doc/ltnews39.tex b/base/doc/ltnews39.tex
index 39c97a1e..c89c56e1 100644
--- a/base/doc/ltnews39.tex
+++ b/base/doc/ltnews39.tex
@@ -194,7 +194,9 @@ flexible way of grabbing arguments. When the document command only takes simple
mandatory arguments, this has to-date added an overhead that could be avoided.
We have now refined the internal code path such that \enquote{simple} document
commands avoid any overhead at point-of-use, making the results as efficient as
-using \cs{newcommand} or low-level \TeX{} constructs.
+using \cs{newcommand} for low-level \TeX{} constructs. Note that
+as \cs{NewDocumentCommand} makes engine-robust commands, the direct
+equivalent to \cs{newcommand} is \cs{NewExpandableDocumentCommand}.
%
\githubissue{1189}
More information about the latex3-commits
mailing list.