Skip to content

Commit

Permalink
Revise code comments
Browse files Browse the repository at this point in the history
  • Loading branch information
josephwright committed Nov 30, 2023
1 parent f99da8f commit 340bba2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions base/ltcmd.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit 340bba2

Please sign in to comment.