]> gitweb.factorcode.org Git - factor.git/blobdiff - core/quotations/quotations-docs.factor
docs: replace $description with $class-description for class words
[factor.git] / core / quotations / quotations-docs.factor
index edd79846cddbb9e96e2f1c9ee6696469c62cbc74..fa5308c4e1ae8429a8343713191543dde8301e6b 100644 (file)
@@ -45,7 +45,7 @@ HELP: callable
 { $class-description "The class whose instances can be passed to " { $link call } ". This includes quotations and composed quotations built up with " { $link curry } " or " { $link compose } "." } ;
 
 HELP: quotation
-{ $description "The class of quotations. See " { $link "syntax-quots" } " for syntax and " { $link "quotations" } " for general information." } ;
+{ $class-description "The class of quotations. See " { $link "syntax-quots" } " for syntax and " { $link "quotations" } " for general information." } ;
 
 HELP: >quotation
 { $values { "seq" sequence } { "quot" quotation } }
@@ -61,7 +61,7 @@ HELP: 1quotation
 } ;
 
 HELP: wrapper
-{ $description "The class of wrappers. Wrappers are created by calling " { $link literalize } ". See " { $link "syntax-words" } " for syntax." } ;
+{ $class-description "The class of wrappers. Wrappers are created by calling " { $link literalize } ". See " { $link "syntax-words" } " for syntax." } ;
 
 HELP: <wrapper>
 { $values { "obj" object } { "wrapper" wrapper } }