diff options
-rw-r--r-- | src/boot.clj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/boot.clj b/src/boot.clj index a94242fb..5cce7fb0 100644 --- a/src/boot.clj +++ b/src/boot.clj @@ -1796,6 +1796,8 @@ re-find (println "-------------------------") (println (str (ns-name (:ns ^v)) "/" (:name ^v))) (prn (:arglists ^v)) + (when (:macro ^v) + (println "Macro")) (println "\t\t" (:doc ^v))) (defn find-doc [re-string] |