diff docs/lexer-algpseudocode.rst @ 290:3e2f7ca64894

More cross-references to "Explicit Token Types" in the docs
author Franz Glasner <fzglas.hg@dom66.de>
date Fri, 22 May 2026 12:48:39 +0200
parents 6fc7f9c1d89d
children a094305c5708
line wrap: on
line diff
--- 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: