Finish ducking util-tag.

This commit is contained in:
Dominik Pantůček 2023-07-06 19:44:06 +02:00
parent e6d798bc2a
commit 3833196533
5 changed files with 14 additions and 17 deletions

View file

@ -41,7 +41,7 @@
;; Syntactic wrapper to allow easy tag creation
(define-syntax/doc make-tag
("* ```name``` - unquoted symbol to base the tag on
("* ```tag``` - unquoted symbol to base the tag on
Creates a unique and collision free symbol to identify compound data
structures based on lists and pairs.")