Skip to content

Commit

Permalink
CLJS-1465: doc for *main-cli-fn* refers to *main-fn*
Browse files Browse the repository at this point in the history
Revise doc to refer to *main-cli-fn*, and also reflow
a little.
  • Loading branch information
mfikes authored and dnolen committed Oct 8, 2015
1 parent 4df0dbd commit 842cc36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/cljs/cljs/core.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -242,8 +242,8 @@
(identical? (.-prototype (.-constructor x)) x))

(def
^{:doc "When compiled for a command-line target, whatever
function *main-fn* is set to will be called with the command-line
^{:doc "When compiled for a command-line target, whatever function
*main-cli-fn* is set to will be called with the command-line
argv as arguments"}
*main-cli-fn* nil)

Expand Down

0 comments on commit 842cc36

Please sign in to comment.