Fix circular doc errors

db4
Aaron Schaefer 2008-01-13 10:41:35 -05:00
parent 5b3d0c0816
commit 82fd581e9f
2 changed files with 13 additions and 12 deletions

View File

@ -1,5 +1,5 @@
USING: definitions editors.vim help help.markup help.syntax io io.files
editors words ;
USING: definitions help help.markup help.syntax io io.files editors words ;
IN: editors.vim
ARTICLE: { "vim" "vim" } "Vim support"
"This module makes the " { $link edit } " word work with Vim by setting the " { $link edit-hook } " global variable to call " { $link vim-location } ". The " { $link vim-path } " variable contains the name of the vim executable. The default " { $link vim-path } " is " { $snippet "\"gvim\"" } "."

View File

@ -1,4 +1,5 @@
USING: math.statistics help.markup help.syntax debugger ;
USING: help.markup help.syntax debugger ;
IN: math.statistics
HELP: geometric-mean
{ $values { "seq" "a sequence of numbers" } { "n" "a non-negative real number"} }