[latex3-commits] [l3svn] branch master updated: Documentation typos [ci skip]
noreply at latex-project.org
noreply at latex-project.org
Wed Nov 11 14:46:02 CET 2015
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 c2ac698 Documentation typos [ci skip]
c2ac698 is described below
commit c2ac6980070d8f7da44e3a4b31dea72c5ac22b03
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Wed Nov 11 13:45:38 2015 +0000
Documentation typos [ci skip]
These cause teh doc target to fail for l3kernel.
---
l3kernel/l3bootstrap.dtx | 2 +-
l3kernel/l3luatex.dtx | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/l3kernel/l3bootstrap.dtx b/l3kernel/l3bootstrap.dtx
index dac9617..1648156 100644
--- a/l3kernel/l3bootstrap.dtx
+++ b/l3kernel/l3bootstrap.dtx
@@ -339,7 +339,7 @@
%
% \subsection{Loading support \Lua{} code}
%
-% When \LuaTeX{] is used there are various pieces of \Lua{} code which need to
+% When \LuaTeX{} is used there are various pieces of \Lua{} code which need to
% be loaded. The code itself is defined in \pkg{l3luatex} and is extracted into
% a separate file. Thus here the task is to load the \Lua{} code both now and
% (if required) at the start of each job.
diff --git a/l3kernel/l3luatex.dtx b/l3kernel/l3luatex.dtx
index ab21575..bf69872 100644
--- a/l3kernel/l3luatex.dtx
+++ b/l3kernel/l3luatex.dtx
@@ -151,7 +151,7 @@
%
% \begin{function}{l3kernel.strcmp}
% \begin{syntax}
-% \cs{l3kernel.strcmp|(|\meta{str one}, \meta{str two}|)|
+% \cs{l3kernel.strcmp}|(|\meta{str one}, \meta{str two}|)|
% \end{syntax}
% Compares the two strings and returns |0| to \TeX{}
% if the two are identical.
@@ -159,7 +159,7 @@
%
% \begin{function}{l3kernel.charcat}
% \begin{syntax}
-% \cs{l3kernel.charcat|(|\meta{charcode}, \meta{catcode}|)|
+% \cs{l3kernel.charcat}|(|\meta{charcode}, \meta{catcode}|)|
% \end{syntax}
% Constructs a character of \meta{charcode} and \meta{catcode} and returns
% the result to \TeX{}.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the latex3-commits
mailing list