[latex3-commits] [latex3/latex2e] gh1189: Extend a comment (2ebe28fb)
github at latex-project.org
github at latex-project.org
Fri Dec 1 12:33:29 CET 2023
Repository : https://github.com/latex3/latex2e
On branch : gh1189
Link : https://github.com/latex3/latex2e/commit/2ebe28fbdaf071bf59c0205becb24989cdb3244f
>---------------------------------------------------------------
commit 2ebe28fbdaf071bf59c0205becb24989cdb3244f
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Tue Nov 28 13:11:09 2023 +0000
Extend a comment
>---------------------------------------------------------------
2ebe28fbdaf071bf59c0205becb24989cdb3244f
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 63339af1..c4a7acac 100644
--- a/base/doc/ltnews39.tex
+++ b/base/doc/ltnews39.tex
@@ -211,7 +211,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.