summaryrefslogtreecommitdiff
path: root/doc/context/sources/general
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2020-06-10 10:02:10 +0200
committerContext Git Mirror Bot <phg@phi-gamma.net>2020-06-10 10:02:10 +0200
commit0226b596b39ea5d055dc37ea0609b67b64fe3d75 (patch)
treeb8e19522cb8e3a0683da0db73b23e40b5d6a9437 /doc/context/sources/general
parent0aa14799b67298a50dd2c31c249622915e103994 (diff)
downloadcontext-0226b596b39ea5d055dc37ea0609b67b64fe3d75.tar.gz
2020-06-09 18:55:00
Diffstat (limited to 'doc/context/sources/general')
-rw-r--r--doc/context/sources/general/manuals/luametatex/luametatex-tex.tex4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/context/sources/general/manuals/luametatex/luametatex-tex.tex b/doc/context/sources/general/manuals/luametatex/luametatex-tex.tex
index 175ad30fa..8aa7408d6 100644
--- a/doc/context/sources/general/manuals/luametatex/luametatex-tex.tex
+++ b/doc/context/sources/general/manuals/luametatex/luametatex-tex.tex
@@ -2225,6 +2225,8 @@ the internal expand related function.
\libindex{get_mode}
\libindex{get_index}
\libindex{get_tok}
+\libindex{get_frozen}
+\libindex{get_user}
\libindex{get_next}
@@ -2250,6 +2252,8 @@ primitive. The possible properties of tokens are:
\NC \type {active} \NC a boolean indicating the active state of the token \NC \NR
\NC \type {expandable} \NC a boolean indicating if the token (macro) is expandable \NC \NR
\NC \type {protected} \NC a boolean indicating if the token (macro) is protected \NC \NR
+\NC \type {frozen} \NC a boolean indicating if the token is a frozen command \NC \NR
+\NC \type {user} \NC a boolean indicating if the token is a user defined command \NC \NR
\NC \type {mode} \NC a number either representing a character or another entity \NC \NR
\NC \type {index} \NC a number running from 0x0000 upto 0xFFFF indicating a \TEX\ register index \NC \NR
\LL