]> gitweb.factorcode.org Git - factor.git/commitdiff
ui.tools.button-list: fix help-lint
authorJohn Benediktsson <mrjbq7@gmail.com>
Tue, 25 Jan 2022 20:57:24 +0000 (12:57 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Tue, 25 Jan 2022 20:57:24 +0000 (12:57 -0800)
basis/ui/tools/button-list/button-list-docs.factor

index 3d262d19947db8463d1128b7fa4e0c0ed30a07cb..fb88e65db492a7f44e1f31871ee5b2ac3bfefd23 100644 (file)
@@ -1,6 +1,7 @@
-USING: help.markup help.syntax ui.tools.button-list ;
+USING: help.markup help.syntax ui.tools.common ;
 IN: ui.tools.button-list
 
 HELP: show-active-buttons-popup
+{ $values { "tool" tool } }
 { $description "Displays a popup window for fuzzy selection of any labeled button in any window of the session." } ;