docs: Correct the defmacro syntax in the API docs

Signed-off-by: Gergely Nagy <algernon@balabit.hu>
This commit is contained in:
Gergely Nagy 2014-01-17 12:02:19 +01:00
parent d4bc17461c
commit ac49818956

View File

@ -428,7 +428,7 @@ defmacro
--------
`defmacro` is used to define macros. The general format is
`(defmacro [parameters] expr)`.
`(defmacro name [parameters] expr)`.
The following example defines a macro that can be used to swap order of elements in
code, allowing the user to write code in infix notation, where operator is in