]> gitweb.factorcode.org Git - factor.git/commitdiff
html.templates.chloe: minor doc fix
authorSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Wed, 16 Sep 2009 23:11:05 +0000 (16:11 -0700)
committerSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Wed, 16 Sep 2009 23:11:05 +0000 (16:11 -0700)
basis/html/templates/chloe/chloe-docs.factor

index 9716407de880fadb9edd4af71628698427a1b722..61121bd769c191d3bc4af6afbeef4b83537e51fb 100644 (file)
@@ -24,7 +24,7 @@ HELP: compile-attr
 { $description "Compiles code which pushes an attribute value previously extracted by " { $link required-attr } " or " { $link optional-attr } " on the stack. If the attribute value begins with " { $snippet "@" } ", compiles into code which pushes the a form value." } ;
 
 HELP: CHLOE:
-{ $syntax "name definition... ;" }
+{ $syntax "CHLOE: name definition... ;" }
 { $values { "name" "the tag name" } { "definition" { $quotation "( tag -- )" } } }
 { $description "Defines compilation semantics for the Chloe tag named " { $snippet "tag" } ". The definition body receives a " { $link tag } " on the stack." } ;