summaryrefslogtreecommitdiff
path: root/doc/macros.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/macros.md')
-rw-r--r--doc/macros.md8
1 files changed, 5 insertions, 3 deletions
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: