diff --git a/basis/models/illusion/authors.txt b/basis/models/illusion/authors.txt new file mode 100644 index 0000000000..ce0899f16e --- /dev/null +++ b/basis/models/illusion/authors.txt @@ -0,0 +1 @@ +Sam Anklesaria \ No newline at end of file diff --git a/extra/modules/using/using-docs.factor b/extra/modules/using/using-docs.factor index 257ad3315b..cfc0687944 100644 --- a/extra/modules/using/using-docs.factor +++ b/extra/modules/using/using-docs.factor @@ -1,5 +1,5 @@ USING: help.syntax help.markup strings modules.using ; -IN: modules +IN: modules.using ARTICLE: { "modules.using" "use" } "Using the modules.using vocab" "This vocabulary defines " { $link POSTPONE: USING*: } " as an alternative to " { $link POSTPONE: USING: } " which makes qualified imports easier. " "Secondly, it allows loading vocabularies from remote servers, as long as the remote vocabulary can be accessed at compile time. "