diff options
author | Paul A. Patience <paul@apatience.com> | 2021-07-01 16:15:10 -0400 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2021-07-01 16:15:10 -0400 |
commit | 52543ac0d09f77922bf3447935f5cf86c2433662 (patch) | |
tree | 42c650ece56c2b8f812708bd104c54a1db3cb797 /checkman.txr | |
parent | 0f26cfaba854a5c13dee193680f7e516185662f5 (diff) | |
download | txr-52543ac0d09f77922bf3447935f5cf86c2433662.tar.gz txr-52543ac0d09f77922bf3447935f5cf86c2433662.tar.bz2 txr-52543ac0d09f77922bf3447935f5cf86c2433662.zip |
doc: fix various issues in .coNP lines.
* txr.1: Make consistent the style for ellipses in .coNP lines (i.e.,
without the word "and"). Emend some incorrectly named symbols. Fix
various typos and other inconsistencies in .coNP lines.
* checkman.txr (check-func): Add exception for caar. Add missing
patterns for "Pattern macro", "Operator/function" and "Macro/function".
* stdlib/doc-syms.tl: Updated.
Diffstat (limited to 'checkman.txr')
-rw-r--r-- | checkman.txr | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/checkman.txr b/checkman.txr index a41cab5e..8d0b0ace 100644 --- a/checkman.txr +++ b/checkman.txr @@ -49,6 +49,9 @@ @;; @(define check-func ()) @ (cases) +@; exception +.coNP @/Accessors/ @@, caar @(skip) +@ (or) .coNP @{type /Operator|Macro/}/function @(skip) @ (assert bad ln `no .synb after @type/function heading`) @ (check-synb) @@ -61,7 +64,7 @@ @ (assert bad ln `no .synb after @{type}s heading`) @ (check-synb) @ (or) -.coNP @{type /Function|Operator|Macro|Accessor|Method|Structure|Pattern operator|Parameter list macro/}@(assert bad ln `bad @type heading`) @@ @{x /\S+/}@junk +.coNP @{type /Function|Operator|Macro|Accessor|Method|Structure|Pattern (operator|macro)|Parameter list macro|(Operator|Macro)\/function/}@(assert bad ln `bad @type heading`) @@ @{x /\S+/}@junk @ (assert bad ln `extra elements in singular @type heading`) @ (bind junk "") @ (assert bad ln `no .synb after @type heading`) |