[latex3-commits] [latex3/latex2e] gh1189: Revise code comments (340bba2f)
github at latex-project.org
github at latex-project.org
Thu Nov 30 10:25:19 CET 2023
Repository : https://github.com/latex3/latex2e
On branch : gh1189
Link : https://github.com/latex3/latex2e/commit/340bba2f65a6ef8d4c9309e28553689835e51e5d
>---------------------------------------------------------------
commit 340bba2f65a6ef8d4c9309e28553689835e51e5d
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Thu Nov 30 09:25:19 2023 +0000
Revise code comments
>---------------------------------------------------------------
340bba2f65a6ef8d4c9309e28553689835e51e5d
base/ltcmd.dtx | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/base/ltcmd.dtx b/base/ltcmd.dtx
index 2f75b08f..6a91aa47 100644
--- a/base/ltcmd.dtx
+++ b/base/ltcmd.dtx
@@ -461,11 +461,11 @@
% \begin{macro}{\@@_start_optimized:}
% \changes{v1.2b}{2023/11/30}
% {Optimize cmd creation for all-\texttt{m} arguments}
-% At this stage we can check for a short-cut possibility: if the signature
-% is just made up of just |(+)m| tokens, and if all arguments are either
-% short or long, then we can produce an
-% optimized document command. This only applies to document commands,
-% not creation of environments (which are more complex).
+% At this stage we can check for a short-cut possibility: if the argument
+% specification is made up of just |(+)m| tokens, and if all arguments are
+% either short or long, then we can produce an optimized document command.
+% This only applies to document commands, not creation of environments (which
+% are more complex).
% \begin{macrocode}
\cs_new_protected:Npn \@@_declare_cmd_code:Nnn #1#2
{
More information about the latex3-commits
mailing list.