io.styles: image -> image-style in docs too

db4
Doug Coleman 2015-08-12 09:09:41 -05:00
parent 330c7ba156
commit 16fac5981e
1 changed files with 2 additions and 2 deletions

View File

@ -121,7 +121,7 @@ $nl
HELP: href
{ $description "Character style. A URL string that the text links to." } ;
HELP: image
HELP: image-style
{ $description "Character style. A pathname string for an image file to display in place of the printed text. If this style is specified, the printed text serves the same role as the " { $snippet "alt" } " attribute of an HTML " { $snippet "img" } " tag -- the text is only displayed if the output medium does not support images." } ;
ARTICLE: "character-styles" "Character styles"
@ -136,7 +136,7 @@ ARTICLE: "character-styles" "Character styles"
"Special styles:"
{ $subsections
href
image
image-style
}
{ $see-also "presentations" } ;