Skip to content

Commit 75ae1af

Browse files
committed
tweak docstring for compile-clj wrt compilation sources
1 parent cc1e33d commit 75ae1af

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • src/main/clojure/clojure/tools/build

src/main/clojure/clojure/tools/build/api.clj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,11 +277,11 @@
277277
(defn compile-clj
278278
"Compile Clojure source to classes in :class-dir.
279279
280-
Clojure source files are found in :basis paths by default, else in :src-dirs.
280+
Clojure source files are found in :basis :paths by default, or override with :src-dirs.
281281
282282
Namespaces and order of compilation are one of:
283283
* :ns-compile - compile these namespaces, in this order
284-
* :sort - find all namespaces in source dirs and use either :topo (default)
284+
* :sort - find all namespaces in source files and use either :topo (default)
285285
or :bfs to order them for compilation
286286
287287
Options:

0 commit comments

Comments
 (0)