From 5a627505effe8149cc6dbde97971185127d27cfe Mon Sep 17 00:00:00 2001 From: Alexander Iljin Date: Mon, 28 Aug 2017 11:29:31 +0300 Subject: [PATCH] ui.gesture-docs: amend propagate-gesture description --- basis/ui/gestures/gestures-docs.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/ui/gestures/gestures-docs.factor b/basis/ui/gestures/gestures-docs.factor index 02ee2a7f95..dfb9e8bc38 100644 --- a/basis/ui/gestures/gestures-docs.factor +++ b/basis/ui/gestures/gestures-docs.factor @@ -30,7 +30,7 @@ HELP: parents-handle-gesture? HELP: propagate-gesture { $values { "gesture" "a gesture" } { "gadget" gadget } } -{ $description "Calls " { $link handle-gesture } " on every parent of " { $snippet "gadget" } "." } ; +{ $description "Calls " { $link handle-gesture } " on every parent of the " { $snippet "gadget" } ", starting with the " { $snippet "gadget" } " itself." } ; HELP: motion { $class-description "Mouse motion gesture." }