[latex3-commits] [l3svn] 03/05: Suppress some fake control sequences from the index
noreply at latex-project.org
noreply at latex-project.org
Sat Dec 17 14:50:41 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 f994fedf4fccf97ce097db42a52bf2edadddcbe2
Author: Qing Lee <sobenlee at gmail.com>
Date: Sat Dec 17 18:23:00 2016 +0800
Suppress some fake control sequences from the index
---
l3kernel/l3expan.dtx | 2 +-
l3kernel/l3names.dtx | 16 ++++++++--------
l3kernel/l3token.dtx | 4 ++--
3 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/l3kernel/l3expan.dtx b/l3kernel/l3expan.dtx
index 7b2d738..59128ed 100644
--- a/l3kernel/l3expan.dtx
+++ b/l3kernel/l3expan.dtx
@@ -158,7 +158,7 @@
% control sequence} is protected or if the \meta{variant} involves
% |x|~arguments, then the \meta{variant control sequence} will also be
% protected. The \meta{variant} is created globally, as is any
-% \cs{exp_args:N\meta{variant}} function needed to carry out the
+% \cs[no-index]{exp_args:N\meta{variant}} function needed to carry out the
% expansion.
% \end{function}
%
diff --git a/l3kernel/l3names.dtx b/l3kernel/l3names.dtx
index 7bdef6b..1746cd1 100644
--- a/l3kernel/l3names.dtx
+++ b/l3kernel/l3names.dtx
@@ -86,14 +86,14 @@
% the primitives. These are named based on the engine which first introduced
% them:
% \begin{itemize}
-% \item[\cs{tex_\ldots}] Introduced by \TeX{} itself;
-% \item[\cs{etex_\ldots}] Introduced by the \eTeX{} extensions;
-% \item[\cs{pdftex_\ldots}] Introduced by \pdfTeX{};
-% \item[\cs{xetex_\ldots}] Introduced by \XeTeX{};
-% \item[\cs{luatex_\ldots}] Introduced by \LuaTeX{};
-% \item[\cs{utex_\ldots}] Introduced by \XeTeX{} and \LuaTeX{};
-% \item[\cs{ptex_\ldots}] Introduced by p\TeX{};
-% \item[\cs{uptex_\ldots}] Introduced by up\TeX{}.
+% \item[{\cs[no-index]{tex_\ldots}}] Introduced by \TeX{} itself;
+% \item[{\cs[no-index]{etex_\ldots}}] Introduced by the \eTeX{} extensions;
+% \item[{\cs[no-index]{pdftex_\ldots}}] Introduced by \pdfTeX{};
+% \item[{\cs[no-index]{xetex_\ldots}}] Introduced by \XeTeX{};
+% \item[{\cs[no-index]{luatex_\ldots}}] Introduced by \LuaTeX{};
+% \item[{\cs[no-index]{utex_\ldots}}] Introduced by \XeTeX{} and \LuaTeX{};
+% \item[{\cs[no-index]{ptex_\ldots}}] Introduced by p\TeX{};
+% \item[{\cs[no-index]{uptex_\ldots}}] Introduced by up\TeX{}.
% \end{itemize}
%
% \end{documentation}
diff --git a/l3kernel/l3token.dtx b/l3kernel/l3token.dtx
index 50d8020..bb2c020 100644
--- a/l3kernel/l3token.dtx
+++ b/l3kernel/l3token.dtx
@@ -237,7 +237,7 @@
% The first \meta{integer expression}
% is the character code and the second is the category code to apply.
% The setting applies within the current \TeX{} group. In general, the
-% symbolic functions \cs{char_set_catcode_\meta{type}} should be preferred,
+% symbolic functions \cs[no-index]{char_set_catcode_\meta{type}} should be preferred,
% but there are cases where these lower-level functions may be useful.
% \end{function}
%
@@ -2115,7 +2115,7 @@
% and \tn{hyphen}, whose meaning is at most two characters.
% This leaves a string terminated by some |:|, and \cs{q_stop}.
%
-% The meaning of each one of the five \tn{...mark} primitives
+% The meaning of each one of the five \tn[no-index]{...mark} primitives
% has the form \meta{letters}|:|\meta{user material}. In other words,
% the first non-letter is a colon. We remove everything after the first
% colon.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the latex3-commits
mailing list