doc/: Document where declarations are permitted in macros.
[sod] / doc / lispintro.tex
index 5f1043f..dc1cab1 100644 (file)
@@ -157,11 +157,12 @@ category (function, class, macro, etc.) on the right.
   \end{quote}
 \end{describe}
 
-\begin{describe}{mac}{example-macro
-  ( @{ @<symbol> @! (@<symbol> @<form>) @}^* ) \\ \ind
-    @[[ @<declaration>^* @! @<documentation-string> @]] \\
-    @<body-form>^*
-      \nlret @<value>^*}
+\begin{describe}{mac}
+    {example-macro
+        (@{ @<symbol> @! (@<symbol> @<form>) @}^*) \\ \ind
+      @[[ @<declaration>^* @! @<doc-string> @]] \\
+      @<form>^*
+     \nlret @<value>^*}
   The synopsis for a macro describes the acceptable syntax using the
   following notation.
   \begin{itemize}