Mention REDEF and FOR regarding EQUS expansion

Fixes #1851
This commit is contained in:
Rangi42
2025-10-27 10:54:16 -04:00
parent ca383c91ca
commit 2519d1e698

View File

@@ -154,6 +154,8 @@ of string constants:
will be expanded in all of
.Ql DEF({name}) ,
.Ql DEF {name} EQU/=/EQUS/etc ... ,
.Ql REDEF {name} EQU/=/EQUS/etc ... ,
.Ql FOR {name}, ... ,
.Ql PURGE {name} ,
and
.Ql MACRO {name} ,
@@ -1556,6 +1558,8 @@ in the C programming language.
This expansion is disabled in a few contexts:
.Ql DEF(name) ,
.Ql DEF name EQU/=/EQUS/etc ... ,
.Ql REDEF name EQU/=/EQUS/etc ... ,
.Ql FOR name, ... ,
.Ql PURGE name ,
and
.Ql MACRO name