diff --git a/basis/ui/gadgets/buttons/buttons-docs.factor b/basis/ui/gadgets/buttons/buttons-docs.factor index cee38dbd78..f39d45b978 100644 --- a/basis/ui/gadgets/buttons/buttons-docs.factor +++ b/basis/ui/gadgets/buttons/buttons-docs.factor @@ -33,10 +33,10 @@ HELP: button-pen { { $snippet "plain" } " - the button is inactive" } { { $snippet "rollover" } " - the button is under the mouse" } { { $snippet "pressed" } " - the button is under the mouse and a mouse button is held down" } - { { $snippet "selected" } " - the button is selected (see " { $link checkbox } } - { { $snippet "selected" } " - the button is selected and a mouse button is being held down (see " { $link checkbox } } + { { $snippet "selected" } " - the button is selected (see " { $link checkbox } ")" } + { { $snippet "pressed-selected" } " - the button is selected and a mouse button is being held down (see " { $link checkbox } ")" } } -"The " { $link } " and " { $link } " words create " { $link button } " instances with specific " { $link button-pen } "." } ; +"The " { $link } " and " { $link } " words create " { $link button } " instances with specific " { $link button-pen } "s." } ; HELP: { $values { "target" object } { "gesture" "a gesture" } { "command" "a command" } { "button" "a new " { $link button } } }