]> gitweb.factorcode.org Git - factor.git/commitdiff
ui.baseline-alignment-docs: replace $snippet with $slot
authorAlexander Iljin <ajsoft@yandex.ru>
Wed, 8 Feb 2017 18:11:06 +0000 (21:11 +0300)
committerAlexander Iljin <ajsoft@yandex.ru>
Tue, 14 Feb 2017 20:02:36 +0000 (23:02 +0300)
basis/ui/baseline-alignment/baseline-alignment-docs.factor

index 21941c97cc32daa5cf5f274178e933374a4c3375..e32fa5d8fa40b975629ae53df3aba2bebf278832 100644 (file)
@@ -4,7 +4,7 @@ USING: help.markup help.syntax ui.baseline-alignment ui.gadgets ;
 HELP: aligned-gadget
 { $class-description "A " { $link gadget } " that adds the following slots:"
     { $list
-        { { $snippet "baseline" } " - a cached value for " { $link baseline } "; do not read or write this slot directly." }
-        { { $snippet "cap-height" } " - a cached value for " { $link cap-height } "; do not read or write this slot directly." }
+        { { $slot "baseline" } " - a cached value for " { $link baseline } "; do not read or write this slot directly." }
+        { { $slot "cap-height" } " - a cached value for " { $link cap-height } "; do not read or write this slot directly." }
     }
 } ;