diff --git a/basis/ui/gadgets/borders/borders-docs.factor b/basis/ui/gadgets/borders/borders-docs.factor index c0274e3b45..0f9be42d7b 100644 --- a/basis/ui/gadgets/borders/borders-docs.factor +++ b/basis/ui/gadgets/borders/borders-docs.factor @@ -9,7 +9,7 @@ HELP: { $description "Creates a new border around the child with the specified horizontal and vertical gap." } ; ARTICLE: "ui.gadgets.borders" "Border gadgets" -"Border gadgets add empty space around a child gadget." +"The " { $vocab-link "ui.gadgets.borders" } " vocabulary implements border gadgets, which add empty space around a child gadget." { $subsection border } { $subsection } ; diff --git a/basis/ui/gadgets/buttons/buttons-docs.factor b/basis/ui/gadgets/buttons/buttons-docs.factor index 086ef2ca81..d6878517a1 100644 --- a/basis/ui/gadgets/buttons/buttons-docs.factor +++ b/basis/ui/gadgets/buttons/buttons-docs.factor @@ -55,7 +55,7 @@ HELP: { $description "Creates a row of " { $link } " gadgets invoking commands on " { $snippet "target" } ". The commands are taken from the " { $snippet "\"toolbar\"" } " command group of each class in " { $snippet "classes" } "." } ; ARTICLE: "ui.gadgets.buttons" "Button gadgets" -"Buttons respond to mouse clicks by invoking a quotation." +"The " { $vocab-link "ui.gadgets.buttons" } " vocabulary implements buttons. Buttons respond to mouse clicks by invoking a quotation." { $subsection button } "There are many ways to create a new button:" { $subsection