[latex3-commits] [l3svn] branch master updated: Various typos [ci skip]
noreply at latex-project.org
noreply at latex-project.org
Sat Mar 26 17:15:28 CET 2016
This is an automated email from the git hooks/post-receive script.
joseph pushed a commit to branch master
in repository l3svn.
The following commit(s) were added to refs/heads/master by this push:
new f951157 Various typos [ci skip]
f951157 is described below
commit f951157866be0d43a514b5fea4f2fec2e61e13b1
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Sat Mar 26 16:15:09 2016 +0000
Various typos [ci skip]
---
l3kernel/l3fp.dtx | 2 +-
l3kernel/l3luatex.dtx | 2 +-
l3kernel/l3tl.dtx | 2 +-
l3kernel/l3token.dtx | 4 ++--
4 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/l3kernel/l3fp.dtx b/l3kernel/l3fp.dtx
index 558e38c..6e14d42 100644
--- a/l3kernel/l3fp.dtx
+++ b/l3kernel/l3fp.dtx
@@ -314,7 +314,7 @@
% The leading \meta{digit} is non-zero except in the case of $\pm 0$.
% The values $\pm\infty$ and~\nan{} trigger an \enquote{invalid
% operation} exception. Normal category codes apply: thus the |e| is
-% category code~$11 (a letter).
+% category code~$11$ (a letter).
% \end{function}
%
% \begin{function}[EXP, updated = 2016-03-22]
diff --git a/l3kernel/l3luatex.dtx b/l3kernel/l3luatex.dtx
index 0f9b913..21d5603 100644
--- a/l3kernel/l3luatex.dtx
+++ b/l3kernel/l3luatex.dtx
@@ -341,7 +341,7 @@ end
% if we want to develop a richer loader we may want to take advantage of that
% (which also applies to the simple shaper in the related \texttt{fonts.lua}
% file).
-% \end{macrocode}
+% \begin{macrocode}
local fontloader = require("fontloader.lua")
% \end{macrocode}
% That done, register a callback which at present simply passes everything
diff --git a/l3kernel/l3tl.dtx b/l3kernel/l3tl.dtx
index c8c648d..db0d792 100644
--- a/l3kernel/l3tl.dtx
+++ b/l3kernel/l3tl.dtx
@@ -124,7 +124,7 @@
% time, it is converted to an explicit space character, with character
% code $32$, regardless of the initial character code.
% \enquote{Funny} spaces with a different category code, can be
-% produced using \cn{tex_lowercase:D} or \tn{tex_uppercase:D}.
+% produced using \tn{tex_lowercase:D} or \tn{tex_uppercase:D}.
% Explicit space characters are also produced as a result of
% \cs{token_to_str:N}, \cs{tl_to_str:n}, etc.
% \end{texnote}
diff --git a/l3kernel/l3token.dtx b/l3kernel/l3token.dtx
index 6c0a931..01e9e2a 100644
--- a/l3kernel/l3token.dtx
+++ b/l3kernel/l3token.dtx
@@ -1282,7 +1282,7 @@
% \end{macro}
%
% \begin{macro}[EXP]{\char_generate:nn}
-% \begin{macro}[EXP, int]{\char_generate:nn}
+% \begin{macro}[EXP, int]{\__char_generate:nn}
% \begin{macro}[EXP, aux]{\@@_generate_aux:nn}
% \begin{macro}[EXP, aux]{\@@_generate_aux:nnw}
% \begin{variable}{\l_@@_tmp_tl}
@@ -1474,12 +1474,12 @@
\group_end:
% \end{macrocode}
% \end{macro}
-% \end{macro}
% \end{variable}
% \end{variable}
% \end{macro}
% \end{macro}
% \end{macro}
+% \end{macro}
%
% \subsection{Generic tokens}
%
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the latex3-commits
mailing list