diff options
Diffstat (limited to 'html4each.txi')
-rwxr-xr-x[-rw-r--r--] | html4each.txi | 12 |
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 |