summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/optex/base/prefixed.opm
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-01-28 22:25:15 +0000
committerKarl Berry <karl@freefriends.org>2022-01-28 22:25:15 +0000
commit80c6e1a9d95b03212dfaf529e0266286828573e0 (patch)
treedaa969b4a2b1f9a912a3a991cc0026ba9246ca73 /Master/texmf-dist/tex/optex/base/prefixed.opm
parentf270817f7a891c4821e1ef63e715c9f2c44ce626 (diff)
optex (28jan22)
git-svn-id: svn://tug.org/texlive/trunk@61779 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/optex/base/prefixed.opm')
-rw-r--r--Master/texmf-dist/tex/optex/base/prefixed.opm10
1 files changed, 5 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/optex/base/prefixed.opm b/Master/texmf-dist/tex/optex/base/prefixed.opm
index 6dec64c7e5e..d15ee4140de 100644
--- a/Master/texmf-dist/tex/optex/base/prefixed.opm
+++ b/Master/texmf-dist/tex/optex/base/prefixed.opm
@@ -175,12 +175,12 @@ In this documentation: if both variants of a control sequence are declared
the unprefixed variant. The code typically defines the prefixed variant
and then the \^`\public` (or `\_public`) macro is used.
-\secc Namespace of control sequences for users
+\secc[user-ns] Namespace of control sequences for users
-Users can define or declare any control sequence with a name without any `_`.
-This does not make any problem. Only one exception is the reserved control
-sequence `\par`. It is generated by the tokenizer (at empty lines)
-and used as internal in \TeX/.
+Users can (re)define or (re)declare any control sequence with a name without any `_`.
+This does not make any problem in internal \OpTeX/ macros.\fnote
+{The token `\par` is in user name space too from \OpTeX/ 1.04+ and
+Lua\TeX/ 1.14, see also the end of section~\ref[others].}
User can define or declare control sequences with `_` character, for
example `\my_control_sequence`, but with the following exceptions: