Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
parenscript
parenscript
Commits
a8b50a6c
Verified
Commit
a8b50a6c
authored
Oct 15, 2019
by
Vladimir Sedach
Browse files
Fixed two broken anchor links in the reference manual
parent
37775eb6
Changes
1
Show whitespace changes
Inline
Side-by-side
docs/reference.html
View file @
a8b50a6c
...
...
@@ -1190,7 +1190,7 @@ default:
<li>
(
<code
id=
"let"
>
LET
</code>
({
<var>
var
</var>
| (
<var>
var
</var>
<var>
value
</var>
)}*)
<var>
body
</var>
)
</li>
<li>
(
<code
id=
"let*"
>
LET*
</code>
({
<var>
var
</var>
| (
<var>
var
</var>
<var>
value
</var>
)}*)
<var>
body
</var>
)
</li>
<li>
(
<code
id=
"defvar"
>
DEFVAR
</code>
<var>
var
</var>
{
<var>
value
</var>
}?)
</li>
<li>
(
<code
id=
"def
va
r"
>
DEFPARAMETER
</code>
<var>
var
</var>
{
<var>
value
</var>
}?)
</li>
<li>
(
<code
id=
"def
paramete
r"
>
DEFPARAMETER
</code>
<var>
var
</var>
{
<var>
value
</var>
}?)
</li>
<li>
(
<code
id=
"var"
>
VAR
</code>
<var>
var
</var>
{
<var>
value
</var>
}?)
</li>
</ul>
...
...
@@ -1431,7 +1431,7 @@ someDiv.offsetLeft;</samp></pre>
<li>
(
<code
id=
"ps-gensym"
>
PS-GENSYM
</code>
{
<var>
string
</var>
})
</li>
<li>
(
<code
id=
"with-ps-gensyms"
>
WITH-PS-GENSYMS
</code>
<var>
symbols
</var>
&
body
<var>
body
</var>
)
</li>
<li>
(
<code
id=
"ps-once-only"
>
PS-ONCE-ONLY
</code>
(
&
rest
<var>
vars
</var>
)
&
body
<var>
body
</var>
)
</li>
<li>
(
<code
id=
"
ps
-once-only"
>
MAYBE-ONCE-ONLY
</code>
(
&
rest
<var>
vars
</var>
)
&
body
<var>
body
</var>
)
</li>
<li>
(
<code
id=
"
maybe
-once-only"
>
MAYBE-ONCE-ONLY
</code>
(
&
rest
<var>
vars
</var>
)
&
body
<var>
body
</var>
)
</li>
<li><var
id=
"*ps-gensym-counter*"
>
*PS-GENSYM-COUNTER*
</var></li>
</ul>
...
...
@@ -1582,6 +1582,6 @@ someDiv.offsetLeft;</samp></pre>
function argument lists to the Emacs minibuffer, like SLIME
already does for Common Lisp functions and macros.
</p>
<p
style=
"font-size:xx-small;float:right;"
>
Last updated: 201
8
-10-
27
</p>
<p
style=
"font-size:xx-small;float:right;"
>
Last updated: 201
9
-10-
15
</p>
</body>
</html>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment