[latex3-commits] [latex3/latex2e] gh1189: Revise ltnews39 entry (9ad6bb1f)
github at latex-project.org
github at latex-project.org
Thu Nov 30 09:20:17 CET 2023
Repository : https://github.com/latex3/latex2e
On branch : gh1189
Link : https://github.com/latex3/latex2e/commit/9ad6bb1fa1fb144c3dfb0b71c18716d2aba4c404
>---------------------------------------------------------------
commit 9ad6bb1fa1fb144c3dfb0b71c18716d2aba4c404
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Thu Nov 30 08:20:17 2023 +0000
Revise ltnews39 entry
>---------------------------------------------------------------
9ad6bb1fa1fb144c3dfb0b71c18716d2aba4c404
base/doc/ltnews39.tex | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/base/doc/ltnews39.tex b/base/doc/ltnews39.tex
index c89c56e1..e721e625 100644
--- a/base/doc/ltnews39.tex
+++ b/base/doc/ltnews39.tex
@@ -193,10 +193,10 @@ Creating document commands using \cs{NewDocumentCommand}, etc., provides a very
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} for low-level \TeX{} constructs. Note that
-as \cs{NewDocumentCommand} makes engine-robust commands, the direct
-equivalent to \cs{newcommand} is \cs{NewExpandableDocumentCommand}.
+commands avoid almost any overhead at point-of-use, making the results
+essentially as efficient as 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.