[latex3-commits] [git/LaTeX3-latex3-latex3] master: Updated documentation as per 01cfc47 [ci skip] (114f031)
GitHub
noreply at github.com
Sun Dec 23 12:59:19 CET 2018
Repository : https://github.com/latex3/latex3
On branch : master
Link : https://github.com/latex3/latex3/commit/114f031f40139cadfc74df6911799f0b8b8eaf81
>---------------------------------------------------------------
commit 114f031f40139cadfc74df6911799f0b8b8eaf81
Author: Enrico Gregorio <enrico.gregorio at univr.it>
Date: Sun Dec 23 12:59:19 2018 +0100
Updated documentation as per 01cfc47 [ci skip]
The default value for log-declaration has been changed to false, but the documentation was not updated
>---------------------------------------------------------------
114f031f40139cadfc74df6911799f0b8b8eaf81
l3packages/xparse/xparse.dtx | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/l3packages/xparse/xparse.dtx b/l3packages/xparse/xparse.dtx
index 5ee7072..74be4c2 100644
--- a/l3packages/xparse/xparse.dtx
+++ b/l3packages/xparse/xparse.dtx
@@ -768,13 +768,13 @@
% \DescribeOption{log-declarations}
% The package recognises the load-time option \texttt{log-declarations},
% which is a key--value option taking the value \texttt{true} and
-% \texttt{false}. By default, the option is set to \texttt{true}, meaning
-% that each command or environment declared is logged. By loading
+% \texttt{false}. By default, the option is set to \texttt{false}, meaning
+% that no command or environment declared is logged. By loading
% \pkg{xparse} using
% \begin{verbatim}
-% \usepackage[log-declarations=false]{xparse}
+% \usepackage[log-declarations=true]{xparse}
% \end{verbatim}
-% this may be suppressed and no information messages are produced.
+% each new, declared or renewed command or environment is logged.
%
% \section{Backwards Compatibility}
% \label{sec:backwards}
More information about the latex3-commits
mailing list