From 75a3214d5b04cbd3ca4ca1ce2f07d9ea0da952b1 Mon Sep 17 00:00:00 2001 From: Andrey Listopadov Date: Wed, 7 Sep 2022 22:50:27 +0300 Subject: update docs --- doc/macros.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'doc/macros.md') diff --git a/doc/macros.md b/doc/macros.md index bac17f9..6e93a10 100644 --- a/doc/macros.md +++ b/doc/macros.md @@ -35,10 +35,12 @@ Function signature: Function signature: ``` -(def ...) +(def ([name initializer]) ([meta name initializer])) ``` -**Undocumented** +Name binding macro similar to `local` but acts in terms of current +namespace set with the `ns` macro, unless `:private` was passed before +the binding name. ## `defmethod` Function signature: @@ -294,7 +296,7 @@ Function signature: (ns name commentary requirements) ``` -**Undocumented** +Namespace declaration macro. ## `time` Function signature: -- cgit v1.2.3