aboutsummaryrefslogtreecommitdiffstats
path: root/html4each.txi
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2017-02-20 00:06:40 -0800
committerBryan Newbold <bnewbold@robocracy.org>2017-02-20 00:06:40 -0800
commita69c9fb665459e2bfdbda1bf80741a0af31a7faf (patch)
treef0bc974f8805049e6b9a4e6864886298fbaa05a4 /html4each.txi
parent4684239efa63dc1b2c1cbe37ef7d3062029f5532 (diff)
downloadslib-a69c9fb665459e2bfdbda1bf80741a0af31a7faf.tar.gz
slib-a69c9fb665459e2bfdbda1bf80741a0af31a7faf.zip
New upstream version 3b5upstream/3b5upstream
Diffstat (limited to 'html4each.txi')
-rwxr-xr-x[-rw-r--r--]html4each.txi12
1 files changed, 7 insertions, 5 deletions
diff --git a/html4each.txi b/html4each.txi
index 0c47227..6dbdb6a 100644..100755
--- a/html4each.txi
+++ b/html4each.txi
@@ -64,10 +64,12 @@ not found within the first (approximately) @var{limit} words.
@var{htm} is a hypertext markup string.
-If @var{htm} is a (hypertext) comment, then @code{htm-fields} returns #f.
-Otherwise @code{htm-fields} returns the hypertext element symbol (created by
-@code{string-ci->symbol}) consed onto an association list of the
-attribute name-symbols and values. Each value is a number or
-string; or #t if the name had no value assigned within the markup.
+If @var{htm} is a (hypertext) comment or DTD, then @code{htm-fields} returns #f.
+Otherwise @code{htm-fields} returns the hypertext element string consed onto an
+association list of the attribute name-symbols and values. If the
+tag ends with "/>", then "/" is appended to the hypertext element
+string. The name-symbols are created by @code{string-ci->symbol}.
+Each value is a string; or #t if the name had no value
+assigned within the markup.
@end defun