[latex3-commits] [l3svn] r6670 - Typos

noreply at latex-project.org noreply at latex-project.org
Thu Aug 18 12:46:43 CEST 2016


Author: bruno
Date: 2016-08-18 12:46:43 +0200 (Thu, 18 Aug 2016)
New Revision: 6670

Modified:
   trunk/l3kernel/l3keys.dtx
Log:
Typos


Modified: trunk/l3kernel/l3keys.dtx
===================================================================
--- trunk/l3kernel/l3keys.dtx	2016-08-18 10:45:08 UTC (rev 6669)
+++ trunk/l3kernel/l3keys.dtx	2016-08-18 10:46:43 UTC (rev 6670)
@@ -902,19 +902,19 @@
 % \end{variable}
 %
 % \begin{macro}{\keyval_parse:NNn}
-%   The main function starts of by normalising category codes in package mode.
+%   The main function starts off by normalising category codes in package mode.
 %   That's relatively \enquote{expensive} so is skipped (hopefully) in format
-%   mode. We then hand off to the parser. The use of |\q_mark| here prevents
+%   mode. We then hand off to the parser. The use of \cs{q_mark} here prevents
 %   loss of braces from the key argument. This particular quark is chosen as
-%   it fits in with |\__tl_trim_spaces:nn| and allows a performance enhancement
+%   it fits in with \cs{__tl_trim_spaces:nn} and allows a performance enhancement
 %   as the token can be carried through. Notice that by passing the two
-%   processor commands alone the input stack we avoid the need to track these
+%   processor commands along the input stack we avoid the need to track these
 %   at all.
 %    \begin{macrocode}
 \cs_new_protected:Npn \keyval_parse:NNn #1#2#3
   {
 %<*initex>
-    \@@_loop:NNw #1#2 \q_mark #3 , \q at recursion@tail ,
+    \@@_loop:NNw #1#2 \q_mark #3 , \q_recursion_tail ,
 %</initex>
 %<*package>
     \tl_set:Nn \l_@@_sanitise_tl {#3}



More information about the latex3-commits mailing list