[latex3-commits] [git/LaTeX3-latex3-latex3] master: Tighten up documentation of \cs_if_exist:NTF (fixes #439) [ci skip] (1b1a8fb)

Bruno Le Floch bruno at le-floch.fr
Sun Feb 18 16:16:15 CET 2018


Repository : https://github.com/latex3/latex3
On branch  : master
Link       : https://github.com/latex3/latex3/commit/1b1a8fb8a795b9cebebee1fd219843be4111b607

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

commit 1b1a8fb8a795b9cebebee1fd219843be4111b607
Author: Bruno Le Floch <bruno at le-floch.fr>
Date:   Sun Feb 18 10:16:15 2018 -0500

    Tighten up documentation of \cs_if_exist:NTF (fixes #439) [ci skip]


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

1b1a8fb8a795b9cebebee1fd219843be4111b607
 l3kernel/l3basics.dtx |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/l3kernel/l3basics.dtx b/l3kernel/l3basics.dtx
index 73c2acb..11b065d 100644
--- a/l3kernel/l3basics.dtx
+++ b/l3kernel/l3basics.dtx
@@ -737,6 +737,7 @@
 %     \cs{cs_if_exist_use:NTF} \meta{control sequence} \Arg{true code} \Arg{false code}
 %   \end{syntax}
 %   Tests whether the \meta{control sequence} is currently defined
+%   according to the conditional \cs{cs_if_exist:NTF}
 %   (whether as a function or another control sequence type), and if it
 %   is inserts the  \meta{control sequence} into the input stream followed
 %   by the \meta{true code}.  Otherwise the \meta{false code} is used.
@@ -1051,8 +1052,8 @@
 %   \end{syntax}
 %   Tests whether the \meta{control sequence} is currently defined
 %   (whether as a function or another control sequence type). Any
-%   valid definition of \meta{control sequence} evaluates as
-%   \texttt{true}.
+%   definition of \meta{control sequence} other than \tn{relax}
+%   evaluates as \texttt{true}.
 % \end{function}
 %
 % \begin{function}[EXP,pTF]{\cs_if_free:N, \cs_if_free:c}





More information about the latex3-commits mailing list