Skip to content

Commit 4952cd8

Browse files
committed
tweak cljs.core/*target* docstring
1 parent 57fb9ef commit 4952cd8

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

src/cljs/cljs/core.cljs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,10 @@
1919

2020
(def
2121
^{:dynamic true
22-
:doc "Var bound to the name value of the compiler build :target
23-
option. If compiler build :target is :nodejs, *target* will be bound to
24-
\"nodejs\"."
22+
:doc "Var bound to the name value of the compiler build :target option.
23+
For example, if the compiler build :target is :nodejs, *target* will be bound
24+
to \"nodejs\". *target* is a Google Closure define and can be set by compiler
25+
:closure-defines option."
2526
:jsdoc ["@define {string}"]}
2627
*target* "default")
2728

0 commit comments

Comments
 (0)