From 543e6d493359f88fac498f55bdc6f1fb8ea310ce Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Sun, 31 Jul 2022 20:57:07 -0700 Subject: [PATCH] editors.acme: fix help-lint --- basis/editors/acme/acme-docs.factor | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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." } ; -- 2.34.1