]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/documents/elements/elements-docs.factor
update docs for help.lint checks.
[factor.git] / basis / documents / elements / elements-docs.factor
index 6a3f57c15af6b9d16aea54062da5e5df9bc911d9..90c4a5f9e32170fac291a11fb4b9ed801e8dbd33 100644 (file)
@@ -28,7 +28,7 @@ HELP: one-line-elt
 { one-line-elt line-elt } related-words
 
 HELP: line-elt
-{ $class-description "An element representing a single line. The " { $link prev-elt } " and " { $link next-elt } " words return the location of the previous and next line from the current location." } ;
+{ $description "An element representing a single line. The " { $link prev-elt } " and " { $link next-elt } " words return the location of the previous and next line from the current location." } ;
 
 HELP: doc-elt
 { $class-description "An element representing the entire document. The " { $link prev-elt } " word outputs the start of the document and the " { $link next-elt } " word outputs the end of the document." } ;
@@ -51,4 +51,4 @@ $nl
     next-elt
 } ;
 
-ABOUT: "documents.elements"
\ No newline at end of file
+ABOUT: "documents.elements"