Clean up whitespace

This commit is contained in:
Lassi Kortela 2022-08-02 17:29:14 +03:00
parent e55a7c8f33
commit e0ccf4766e
1 changed files with 4 additions and 4 deletions

View File

@ -209,7 +209,7 @@ by one or more <tt>syntax-case</tt> transformers.
See the comments in the code for examples of its use.
<p>
<li>Added a new definition form <tt>alias</tt> which
<li>Added a new definition form <tt>alias</tt> which
may be used to create aliases from one identifier to another.
<tt>(alias&nbsp;<i>new-id</i>&nbsp;<i>old-id</i>)</tt> makes
<tt><i>new-id</i></tt> behave like <tt><i>old-id</i></tt>.
@ -232,8 +232,8 @@ An <tt>import</tt> form now has the following syntax:
<p>
<TABLE><TR><TD nowrap align="left">
<i>spec</i></TD><TD nowrap align="center"><img src="math/site/0.gif" alt="<graphic>"></TD><TD nowrap align="left"><i>id</i></TD></TR><TR><TD nowrap align="left">
</TD><TD nowrap align="center">|</TD><TD nowrap align="left"><tt>(only</tt> <i>spec</i> <i>id</i>*<tt>)</tt></TD></TR><TR><TD nowrap align="left">
@ -406,7 +406,7 @@ elements, with <tt>b</tt> bound to the last element and
<tt>a&nbsp;...</tt> to all but the last element.
<p>
<li>Added a local definition for a one-clause version of <tt>let-values</tt>
<li>Added a local definition for a one-clause version of <tt>let-values</tt>
and recoded uses of <tt>call-with-values</tt> using
<tt>let-values</tt>.