[latex3-commits] [git/LaTeX3-latex3-latex2e] keyval-detect: Typos, etc. (25e2e5bc)
Joseph Wright
joseph.wright at morningstar2.co.uk
Tue Aug 16 10:50:55 CEST 2022
Repository : https://github.com/latex3/latex2e
On branch : keyval-detect
Link : https://github.com/latex3/latex2e/commit/25e2e5bca3f67dc934b4ff615bf6041b03f4cd4b
>---------------------------------------------------------------
commit 25e2e5bca3f67dc934b4ff615bf6041b03f4cd4b
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Tue Aug 16 09:50:55 2022 +0100
Typos, etc.
>---------------------------------------------------------------
25e2e5bca3f67dc934b4ff615bf6041b03f4cd4b
base/doc/usrguide3.tex | 2 +-
base/ltcmd.dtx | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/base/doc/usrguide3.tex b/base/doc/usrguide3.tex
index f757314c..caed4356 100644
--- a/base/doc/usrguide3.tex
+++ b/base/doc/usrguide3.tex
@@ -521,7 +521,7 @@ Taking \cs{caption} as an example, with the demonstration implementation
}
\end{verbatim}
the default key name is \texttt{short-text}. When the command \cs{caption} is
-then used, if the mandatory argument is free text such as
+then used, if the optional argument is free text such as
\begin{verbatim}
\caption[Some short text]{A much longer and more detailed text for
demonstration purposes}
diff --git a/base/ltcmd.dtx b/base/ltcmd.dtx
index bb967068..aa1dea20 100644
--- a/base/ltcmd.dtx
+++ b/base/ltcmd.dtx
@@ -35,7 +35,7 @@
%
% \begin{macrocode}
\def\ltcmdversion{v1.1a}
-\def\ltcmddate{2022-08-10}
+\def\ltcmddate{2022-08-16}
% \end{macrocode}
%
%<*driver>
@@ -1254,7 +1254,7 @@
% Some tokens are not allowed as delimiters for some argument types,
% notably implicit begin/end-group tokens (|\bgroup|/|\egroup|).
% The major problem with these tokens is that for |\peek_...| functions,
-% a literal~|{|$_1$. is virtually indistinguishable from a |\bgroup| or
+% a literal~|{|$_1$ is virtually indistinguishable from a |\bgroup| or
% other token which was |\let| to a~|{|$_1$, and the same goes
% for~|}|$_2$. All other tokens can be easily distinguished from their
% implicit counterparts by grabbing them and looking at the string
@@ -1520,7 +1520,7 @@
{
\@@_flush_m_args:
\bool_set_true:N \l_@@_prefixed_bool
- \bool_set_true:N \l_@@_suppress_sstrip_Bool
+ \bool_set_true:N \l_@@_suppress_strip_bool
\bool_set_true:N \l_@@_process_some_bool
\tl_put_left:Nn \l_@@_process_one_tl { \@@_arg_to_keyvalue:nn {#1} }
\@@_prepare_signature_bypass:N
More information about the latex3-commits
mailing list.