]> gitweb.factorcode.org Git - factor.git/commitdiff
ui.gesture-docs: amend propagate-gesture description
authorAlexander Iljin <ajsoft@yandex.ru>
Mon, 28 Aug 2017 08:29:31 +0000 (11:29 +0300)
committerJohn Benediktsson <mrjbq7@gmail.com>
Mon, 22 Jan 2018 15:58:17 +0000 (07:58 -0800)
basis/ui/gestures/gestures-docs.factor

index 02ee2a7f950b3d8c9f53c1c4d90d1a4caa4bc091..dfb9e8bc38c43766834f4c2e79ef2f1aa98a9406 100644 (file)
@@ -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." }