File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -1200,6 +1200,19 @@ itself (not its value) is returned. The reader macro #'x expands to (var x)."}})
12001200 require-macros {:arglists ([& args])
12011201 :doc " Similar to the require REPL special function but
12021202 only for macros." }
1203+ use {:arglists ([& args])
1204+ :doc " Like require, but referring vars specified by the mandatory
1205+ :only option.
1206+
1207+ Example:
1208+
1209+ The following would load the library clojure.set while referring
1210+ the intersection var.
1211+
1212+ (use '[clojure.set :only [intersection]])" }
1213+ use-macros {:arglists ([& args])
1214+ :doc " Similar to the use REPL special function but
1215+ only for macros." }
12031216 import {:arglists ([& import-symbols-or-lists])
12041217 :doc " import-list => (closure-namespace constructor-name-symbols*)
12051218
You can’t perform that action at this time.
0 commit comments