[latex3-commits] [git/LaTeX3-latex3-latex2e] IfBlank: Minor doc fixes (82466c7a)

PhelypeOleinik phelype.oleinik at latex-project.org
Sat Feb 19 14:15:30 CET 2022


Repository : https://github.com/latex3/latex2e
On branch  : IfBlank
Link       : https://github.com/latex3/latex2e/commit/82466c7af3160655b4bfb55d40fb8415b0f0be29

>---------------------------------------------------------------

commit 82466c7af3160655b4bfb55d40fb8415b0f0be29
Author: PhelypeOleinik <phelype.oleinik at latex-project.org>
Date:   Sat Feb 19 10:15:30 2022 -0300

    Minor doc fixes


>---------------------------------------------------------------

82466c7af3160655b4bfb55d40fb8415b0f0be29
 base/doc/ltnews35.tex  | 2 +-
 base/doc/usrguide3.tex | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/base/doc/ltnews35.tex b/base/doc/ltnews35.tex
index 7db51830..723b3c5c 100644
--- a/base/doc/ltnews35.tex
+++ b/base/doc/ltnews35.tex
@@ -322,7 +322,7 @@ In addition to \cs{IfNoValueTF} to test if an optional argument was
 provided or not, there is now also \cs{IfBlankTF}, which tests if the
 argument is empty or contains only blanks. Based on the result it
 selects a true or false code branch. As usual, the variants
-\cs{IfBlankT} \cs{IfBlankF} are also provided for use when only one
+\cs{IfBlankT} and \cs{IfBlankF} are also provided for use when only one
 branch leads to some action.  Further details and examples are given
 in \file{usrguide3.pdf}.
 
diff --git a/base/doc/usrguide3.tex b/base/doc/usrguide3.tex
index 2bee6de1..efec9ad2 100644
--- a/base/doc/usrguide3.tex
+++ b/base/doc/usrguide3.tex
@@ -447,8 +447,8 @@ in the following output:
   
 Note that the \cs{space} in (4) is considered real content---because it is
 a command and not a \enquote{space} character---even though it results
-in producing a space. You can also observe in (5) the effect of
-\texttt{!}, preventing the last \cs{foo}
+in producing a space. You can also observe in (5) the effect of the
+\texttt{!} specifier, preventing the last \cs{foo}
 from interpreting \texttt{[x]} as its optional argument.
 
 





More information about the latex3-commits mailing list.