doc/misc.tex (aif): Spell out `alternative' in full.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 23 Jun 2020 09:27:20 +0000 (10:27 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Tue, 23 Jun 2020 09:27:20 +0000 (10:27 +0100)
doc/misc.tex

index 4d80a5d..0fe5165 100644 (file)
@@ -192,10 +192,11 @@ The macros described here all bind the variable @|it|.
   The symbol @|it| is exported by the @|sod-utilities| package.
 \end{describe}
 
-\begin{describe}{mac}{aif @<condition> @<consequent> @[@<alt>@] @> @<value>^*}
+\begin{describe}{mac}
+    {aif @<condition> @<consequent> @[@<alternative>@] @> @<value>^*}
   Evaluate the @<condition>.  If @<condition> is non-nil, then bind @|it| to
   the resulting value and evaluate the @<consequent>, returning all of its
-  values.  Otherwise, evaluate @<alt>, returning all of its values.
+  values.  Otherwise, evaluate @<alternative>, returning all of its values.
 \end{describe}
 
 \begin{describe}{mac}{aand @<form>^* @> @<value>^*}