diff options
Diffstat (limited to 'Master/texmf-dist/tex/luatex/optex/base/more-macros.opm')
-rw-r--r-- | Master/texmf-dist/tex/luatex/optex/base/more-macros.opm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/luatex/optex/base/more-macros.opm b/Master/texmf-dist/tex/luatex/optex/base/more-macros.opm index 406139b16fb..d5ce88c1a67 100644 --- a/Master/texmf-dist/tex/luatex/optex/base/more-macros.opm +++ b/Master/texmf-dist/tex/luatex/optex/base/more-macros.opm @@ -214,7 +214,7 @@ The \`\catcode` primitive is redefined here. Why? There is very common cases like \code{\\catcode`}`<something>` or `\catcode"<number>` but these characters - \code{\`} or \code{"} can be set as active (typically by `\activettchar` macro). + \code{\`} or \code{"} can be set as active (typically by `\verbchar` macro). Nothing problematic happens if re-defined `\catcode` is used in this case. If you really need primitive `\catcode` then you can use `\_catcode`. |