[latex3-commits] [l3svn] 01/05: typo

noreply at latex-project.org noreply at latex-project.org
Sat Dec 17 14:50:39 CET 2016


This is an automated email from the git hooks/post-receive script.

joseph pushed a commit to branch master
in repository l3svn.

commit 70993a3a1c0f1358be82620a17764ccf4ac57671
Author: Qing Lee <sobenlee at gmail.com>
Date:   Sat Dec 17 18:19:16 2016 +0800

    typo
---
 l3kernel/l3basics.dtx |    2 +-
 l3kernel/l3file.dtx   |    2 +-
 l3kernel/l3token.dtx  |    4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/l3kernel/l3basics.dtx b/l3kernel/l3basics.dtx
index 1789a1b..6be2f12 100644
--- a/l3kernel/l3basics.dtx
+++ b/l3kernel/l3basics.dtx
@@ -558,7 +558,7 @@
 %     \cs_gset_nopar:Nx, \cs_gset_nopar:cx
 %   }
 %   \begin{syntax}
-%     \cs{cs_git cogset_nopar:Nn} \meta{function} \Arg{code}
+%     \cs{cs_gset_nopar:Nn} \meta{function} \Arg{code}
 %   \end{syntax}
 %   Sets \meta{function} to expand to \meta{code} as replacement text.
 %   Within the \meta{code}, the number of \meta{parameters} is detected
diff --git a/l3kernel/l3file.dtx b/l3kernel/l3file.dtx
index c9b00d1..6b9d7e3 100644
--- a/l3kernel/l3file.dtx
+++ b/l3kernel/l3file.dtx
@@ -803,7 +803,7 @@
 %
 % \begin{macro}{\file_input:n}
 % \begin{macro}[int]{\@@_if_exist:nT}
-% \begin{macro}[aux]{\@@_input:n \@@_input:V}
+% \begin{macro}[aux]{\@@_input:n, \@@_input:V}
 % \begin{macro}[aux]{\@@_input_aux:n, \@@_input_aux:o}
 %   Loading a file is done in a safe way, checking first that the file
 %   exists and loading only if it does.  Push the file name on the
diff --git a/l3kernel/l3token.dtx b/l3kernel/l3token.dtx
index e8f51ab..50d8020 100644
--- a/l3kernel/l3token.dtx
+++ b/l3kernel/l3token.dtx
@@ -128,7 +128,7 @@
 %
 % \begin{function}[added = 2015-11-12]
 %   {
-%     \char_set_active_eq:nN,  \char_set_active_eq:nc
+%     \char_set_active_eq:nN,  \char_set_active_eq:nc,
 %     \char_gset_active_eq:nN, \char_gset_active_eq:nc
 %   }
 %   \begin{syntax}
@@ -197,7 +197,7 @@
 %   \begin{verbatim}
 %     \char_set_catcode_other:N \%
 %   \end{verbatim}
-%   The assignment is local. 
+%   The assignment is local.
 % \end{function}
 %
 % \begin{function}[updated = 2015-11-11]

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the latex3-commits mailing list