Skip to content

Commit 481efe0

Browse files
committed
Merge branch 'master' of github.com:clojure/clojurescript
2 parents 08398b2 + 721ba89 commit 481efe0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/clojure/cljs/repl.cljc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1017,7 +1017,7 @@ itself (not its value) is returned. The reader macro #'x expands to (var x)."}})
10171017
lib's namespace in the current namespace.
10181018
:refer takes a list of symbols to refer from the namespace..
10191019
:refer-macros takes a list of macro symbols to refer from the namespace.
1020-
:include-macros takes a list of macro symbols to refer from the namespace.
1020+
:include-macros true causes macros from the namespace to be required.
10211021
10221022
Flags
10231023

0 commit comments

Comments
 (0)