diff --git a/extra/ui/commands/commands-docs.factor b/extra/ui/commands/commands-docs.factor index 134488fa8f..804236dadc 100644 --- a/extra/ui/commands/commands-docs.factor +++ b/extra/ui/commands/commands-docs.factor @@ -73,7 +73,7 @@ HELP: command-word HELP: command-map { $values { "group" string } { "class" "a class word" } { "command-map" "a " { $link command-map } " or " { $link f } } } { $description "Outputs a named command map defined on a class." } -{ $class-description "A command map stores a group of related commands. Instances of this class delegate to arrays so behave like sequences; additionally the " { $link command-map-blurb } " slot stores a string description of the command group, or " { $link f } "." +{ $class-description "A command map stores a group of related commands. The " { $snippet "commands" } " slot stores an association list mapping gestures to commands, and the " { $snippet "blurb" } " slot stores an optional one-line description string of this command map." $nl "Command maps are created by calling " { $link } " or " { $link define-command-map } "." } ; diff --git a/extra/ui/gadgets/buttons/buttons-docs.factor b/extra/ui/gadgets/buttons/buttons-docs.factor index 02ddcc3d8a..64cc7bd1c8 100755 --- a/extra/ui/gadgets/buttons/buttons-docs.factor +++ b/extra/ui/gadgets/buttons/buttons-docs.factor @@ -11,7 +11,7 @@ $nl HELP: