From a69c9fb665459e2bfdbda1bf80741a0af31a7faf Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 20 Feb 2017 00:06:40 -0800 Subject: New upstream version 3b5 --- html4each.txi | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) mode change 100644 => 100755 html4each.txi (limited to 'html4each.txi') diff --git a/html4each.txi b/html4each.txi old mode 100644 new mode 100755 index 0c47227..6dbdb6a --- 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 -- cgit v1.2.3