diff options
author | Omar Polo <op@omarpolo.com> | 2021-06-29 16:49:38 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2021-06-29 16:49:38 +0000 |
commit | 2c16dbd54867d575f37e145d9f15a0e62e15b025 (patch) | |
tree | 03f45c58f8368b71a88224b0581bcb482c28d743 | |
parent | 4ede0fe4957e52efbfce0b82488f98e34059237b (diff) |
macro names can be reserved words
-rw-r--r-- | gmid.1 | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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. Macro names must start with a letter, digit or underscore and may contain any of those characters. -Macro names may not be reserved words. Macros are not expanded inside quotes. .Pp For example: |