]> gitweb.factorcode.org Git - factor.git/commitdiff
added various author files
authorSam Anklesaria <sam@Tintin.local>
Fri, 31 Jul 2009 16:10:14 +0000 (11:10 -0500)
committerSam Anklesaria <sam@Tintin.local>
Fri, 31 Jul 2009 16:10:14 +0000 (11:10 -0500)
basis/models/illusion/authors.txt [new file with mode: 0644]
extra/modules/using/using-docs.factor

diff --git a/basis/models/illusion/authors.txt b/basis/models/illusion/authors.txt
new file mode 100644 (file)
index 0000000..ce0899f
--- /dev/null
@@ -0,0 +1 @@
+Sam Anklesaria
\ No newline at end of file
index 257ad3315b59323945cf5251a9a1e51558b3cb75..cfc0687944ce0801acee6c7ed126b734fda7011e 100644 (file)
@@ -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. "