From: John Benediktsson Date: Mon, 1 Aug 2022 03:57:07 +0000 (-0700) Subject: editors.acme: fix help-lint X-Git-Tag: 0.99~1244 X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=commitdiff_plain;h=543e6d493359f88fac498f55bdc6f1fb8ea310ce editors.acme: fix help-lint --- diff --git a/basis/editors/acme/acme-docs.factor b/basis/editors/acme/acme-docs.factor index 21f580a926..be29f1cc93 100644 --- a/basis/editors/acme/acme-docs.factor +++ b/basis/editors/acme/acme-docs.factor @@ -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." } ;