html: Add punctuation to comment.
This commit is contained in:
parent
d919b527fc
commit
75430def43
|
@ -113,7 +113,7 @@ list ATTRS and the child nodes in BODY."
|
||||||
(() *unspecified*)
|
(() *unspecified*)
|
||||||
(('doctype type)
|
(('doctype type)
|
||||||
(doctype->html type port))
|
(doctype->html type port))
|
||||||
;; Unescaped, raw HTML output
|
;; Unescaped, raw HTML output.
|
||||||
(('raw html)
|
(('raw html)
|
||||||
(display html port))
|
(display html port))
|
||||||
(((? symbol? tag) ('@ attrs ...) body ...)
|
(((? symbol? tag) ('@ attrs ...) body ...)
|
||||||
|
|
Loading…
Reference in New Issue