[latex3-commits] [git/LaTeX3-latex3-l3build] master: minor doc tidy (260b122)

Will Robertson will at wspr.io
Tue Dec 18 13:45:20 CET 2018


Repository : https://github.com/latex3/l3build
On branch  : master
Link       : https://github.com/latex3/l3build/commit/260b1224e4d978530fc06c83ca01b4874da20481

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

commit 260b1224e4d978530fc06c83ca01b4874da20481
Author: Will Robertson <wspr81 at gmail.com>
Date:   Thu Dec 13 22:37:51 2018 +1030

    minor doc tidy


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

260b1224e4d978530fc06c83ca01b4874da20481
 l3build.dtx |   14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/l3build.dtx b/l3build.dtx
index 8e9204e..d1cae71 100644
--- a/l3build.dtx
+++ b/l3build.dtx
@@ -1212,17 +1212,19 @@
 %
 % As detailed above, the |tag| target will automatically edit
 % source files to modify date and release tag. As standard, no automatic
-% replacement takes place, but setting up a |updae_tag()| function
-% will allow this to happen. This takes four arguments:
-% \begin{itemize}
+% replacement takes place, but setting up a |update_tag()| function
+% will allow this to happen. This function takes four input arguments:
+% \begin{enumerate}[nosep]
 %   \item The file name
 %   \item The full content of the file
 %   \item The tag name
 %   \item The tag date
-% \end{itemize}
-% and should return the (modified) contents for writing to disk.
+% \end{enumerate}
+% The |update_tag()| function should return the (modified) contents
+% for writing to disk.
 % For example, the function used by |l3build| itself is
 % shown in Figure~\ref{fig:update-tag}.
+%
 % \begin{figure}
 %   \begin{lstlisting}[frame=single,language={[5.2]Lua},gobble = 6]
 %     -- Detail how to set the version automatically
@@ -1664,7 +1666,7 @@
 %
 % Within a single group in the manifest listing, files can be matched against multiple variables.
 % For example, for |sourcefiles={*.dtx,*.ins}| the following (unsorted) file listing might result:
-% \begin{itemize}
+% \begin{itemize}[nosep]
 % \item foo.dtx
 % \item bar.dtx
 % \item foo.ins





More information about the latex3-commits mailing list