*-docs: remove extra spaces from the end of various topics

char-rename
Alexander Iljin 2016-06-17 14:43:07 +03:00 committed by John Benediktsson
parent 7b24b067c2
commit 2db2f0eaa0
4 changed files with 4 additions and 4 deletions

View 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"

View 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"

View 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"

View 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"