]> gitweb.factorcode.org Git - factor.git/commitdiff
editors.acme: fix help-lint
authorJohn Benediktsson <mrjbq7@gmail.com>
Mon, 1 Aug 2022 03:57:07 +0000 (20:57 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Mon, 1 Aug 2022 03:57:07 +0000 (20:57 -0700)
basis/editors/acme/acme-docs.factor

index 21f580a9263f36cd28a359dbb058ff8a5c779ef2..be29f1cc936d7eb92c096f345461b6c9e14d2b62 100644 (file)
@@ -14,7 +14,8 @@ $nl
 { $see-also "editor" } ;
 
 HELP: plan9-path
-$description
+{ $values { "path" "a pathname string" } }
+{ $description
 "Find the local installation of Plan9 from user space."
 "The " { $link plan9-path } " word will try to locate your Plan9"
 " installation. In order of preference this word checks:"
@@ -26,4 +27,4 @@ $nl
 }
 $nl
 "Finally, if neither is available, falls back to "
-"/usr/local/plan9, the default installation path." ;
\ No newline at end of file
+"/usr/local/plan9, the default installation path." } ;