# HG changeset patch # User Franz Glasner # Date 1779446919 -7200 # Node ID 3e2f7ca648942dbc6f6117800ffc0413463f641b # Parent 6fc7f9c1d89d7650491679548bd617db1f233dca More cross-references to "Explicit Token Types" in the docs diff -r 6fc7f9c1d89d -r 3e2f7ca64894 docs/lexer-algpseudocode.rst --- a/docs/lexer-algpseudocode.rst Fri May 22 12:41:08 2026 +0200 +++ b/docs/lexer-algpseudocode.rst Fri May 22 12:48:39 2026 +0200 @@ -321,6 +321,8 @@ \TEXT{\NAME{an entity name\}} \NAME{an entity name} +For a special command with two required parameters see `Explicit Token Types`_. + Commands With Optional Parameters --------------------------------- @@ -569,7 +571,7 @@ .. note:: Explicit token types work in all `expression` and `text` contexts. -.. note:: Nested explicit token types are *not supported*. +.. note:: Nesting of explicit token types is *not supported*. .. _escaping-rules: