]> gitweb.factorcode.org Git - factor.git/commitdiff
*-docs: remove extra spaces from the end of various topics
authorAlexander Iljin <ajsoft@yandex.ru>
Fri, 17 Jun 2016 11:43:07 +0000 (14:43 +0300)
committerJohn Benediktsson <mrjbq7@gmail.com>
Wed, 22 Jun 2016 18:27:26 +0000 (11:27 -0700)
basis/ui/gadgets/sliders/sliders-docs.factor
basis/ui/tools/listener/listener-docs.factor
unmaintained/models/combinators/combinators-docs.factor
unmaintained/ui/gadgets/layout/layout-docs.factor

index 4940a11fdbfdbe41392d582f06ff8d1134d31261..9856f35c838233e3bb39ace0d77e57485101ab8a 100644 (file)
@@ -45,6 +45,6 @@ ARTICLE: "ui.gadgets.sliders" "Slider gadgets"
     slide-by-line
     slide-by-page
 }
-"Since sliders are controls the value can be get and set by via the " { $snippet "model" } " slot. " ;
+"Since sliders are controls the value can be get and set by via the " { $snippet "model" } " slot." ;
 
 ABOUT: "ui.gadgets.sliders"
index 5edaaebd81a5e83e97bb3e423a649392fa2f2f05..d04c680b6659867370afd6e7e47c40c23bf972fe 100644 (file)
@@ -95,6 +95,6 @@ TIP: "If a word's vocabulary is loaded, but not in the search path, you can use
 
 TIP: "Scroll the listener from the keyboard by pressing " { $command listener-gadget "scrolling" com-page-up } " and " { $command listener-gadget "scrolling" com-page-down } "." ;
 
-TIP: "Press " { $command tool "common" refresh-all } " or run " { $link refresh-all } " to reload changed source files from disk. " ;
+TIP: "Press " { $command tool "common" refresh-all } " or run " { $link refresh-all } " to reload changed source files from disk." ;
 
 ABOUT: "ui-listener"
index 8ac365710599e45a474b5878ef45f5af90b4962e..a7e3e8c4c7beb9c6c69b36738b4ea564c0d488fb 100644 (file)
@@ -36,6 +36,6 @@ HELP: #1
 ARTICLE: "models.combinators" "Extending models"
 "The " { $vocab-link "models.combinators" } " library expands models to have discrete start and end times. "
 "Also, it provides methods of manipulating and combining models, expecially useful when programming user interfaces: "
-"The output models of some gadgets (see " { $vocab-link "ui.gadgets.controls" } " ) can be manipulated and used as the input models of others. " ;
+"The output models of some gadgets (see " { $vocab-link "ui.gadgets.controls" } " ) can be manipulated and used as the input models of others." ;
 
 ABOUT: "models.combinators"
index cd8f62b6ad0f63ac9f9bf55235c252a418f1f8bb..168f5e58302d9a3e18af0c46f07fbe7a2dcf34ed 100644 (file)
@@ -48,6 +48,6 @@ ARTICLE: "ui.gadgets.layout" "GUI Layout"
 "Like in the StringTemplate framework for java, placeholders are defined using $ PLACERHOLDER-NAME $ "
 "Using PLACEHOLDER-NAME again sets it as the current insertion point. "
 "For examples using normal layout, see the " { $vocab-link "sudokus" } " demo. "
-"For examples of templating, see the " { $vocab-link "recipes" } " demo. " ;
+"For examples of templating, see the " { $vocab-link "recipes" } " demo." ;
 
 ABOUT: "ui.gadgets.layout"
\ No newline at end of file