diff options
Diffstat (limited to 'src/main/clojure/clojure/contrib/macro_utils.clj')
-rw-r--r-- | src/main/clojure/clojure/contrib/macro_utils.clj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/clojure/clojure/contrib/macro_utils.clj b/src/main/clojure/clojure/contrib/macro_utils.clj index 37ab3b88..e101f712 100644 --- a/src/main/clojure/clojure/contrib/macro_utils.clj +++ b/src/main/clojure/clojure/contrib/macro_utils.clj @@ -12,7 +12,7 @@ ;; remove this notice, or any other, from this software. (ns - #^{:author "Konrad Hinsen" + ^{:author "Konrad Hinsen" :doc "Local macros and symbol macros Local macros are defined by a macrolet form. They are usable only |