macro names can be reserved words

This commit is contained in:
Omar Polo 2021-06-29 16:49:38 +00:00
parent 4ede0fe495
commit 2c16dbd548
1 changed files with 0 additions and 1 deletions

1
gmid.1
View File

@ -162,7 +162,6 @@ blocks after the macros and the global options is recommended.
Macros can be defined that will later be expanded in context. Macros can be defined that will later be expanded in context.
Macro names must start with a letter, digit or underscore and may Macro names must start with a letter, digit or underscore and may
contain any of those characters. contain any of those characters.
Macro names may not be reserved words.
Macros are not expanded inside quotes. Macros are not expanded inside quotes.
.Pp .Pp
For example: For example: