Fix bootstrap.help
parent
e1be77ee6f
commit
13c058870e
|
@ -350,7 +350,6 @@ SYMBOL: bootstrap-syntax
|
||||||
[
|
[
|
||||||
"scratchpad" in set
|
"scratchpad" in set
|
||||||
{
|
{
|
||||||
"scratchpad"
|
|
||||||
"arrays"
|
"arrays"
|
||||||
"assocs"
|
"assocs"
|
||||||
"combinators"
|
"combinators"
|
||||||
|
@ -358,11 +357,14 @@ SYMBOL: bootstrap-syntax
|
||||||
"continuations"
|
"continuations"
|
||||||
"debugger"
|
"debugger"
|
||||||
"definitions"
|
"definitions"
|
||||||
|
"editors"
|
||||||
"generic"
|
"generic"
|
||||||
|
"help"
|
||||||
"inspector"
|
"inspector"
|
||||||
"io"
|
"io"
|
||||||
"io.files"
|
"io.files"
|
||||||
"kernel"
|
"kernel"
|
||||||
|
"listener"
|
||||||
"math"
|
"math"
|
||||||
"memory"
|
"memory"
|
||||||
"namespaces"
|
"namespaces"
|
||||||
|
@ -372,17 +374,16 @@ SYMBOL: bootstrap-syntax
|
||||||
"sorting"
|
"sorting"
|
||||||
"strings"
|
"strings"
|
||||||
"syntax"
|
"syntax"
|
||||||
"vocabs"
|
|
||||||
"vocabs.loader"
|
|
||||||
"words"
|
|
||||||
"tools.annotations"
|
"tools.annotations"
|
||||||
"tools.crossref"
|
"tools.crossref"
|
||||||
"tools.memory"
|
"tools.memory"
|
||||||
"tools.profiler"
|
"tools.profiler"
|
||||||
"tools.test"
|
"tools.test"
|
||||||
"tools.time"
|
"tools.time"
|
||||||
"editors"
|
"vocabs"
|
||||||
"listener"
|
"vocabs.loader"
|
||||||
|
"words"
|
||||||
|
"scratchpad"
|
||||||
} set-use
|
} set-use
|
||||||
call
|
call
|
||||||
] with-scope ; inline
|
] with-scope ; inline
|
||||||
|
|
|
@ -17,8 +17,6 @@ IN: bootstrap.help
|
||||||
] if
|
] if
|
||||||
] each
|
] each
|
||||||
|
|
||||||
"help.handbook" require
|
"help.handbook" require ;
|
||||||
|
|
||||||
global [ "help" use+ ] bind ;
|
|
||||||
|
|
||||||
load-help
|
load-help
|
||||||
|
|
Loading…
Reference in New Issue