Skip to content

Commit

Permalink
Minor: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 28, 2024
1 parent ba1f4fa commit ebd9c5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -5374,7 +5374,7 @@ Returns `plus`, not 4.
The `local` macro is loosely based on Racket's support for internal
definitions.

[View source](internal-definitions.lisp#L681)
[View source](internal-definitions.lisp#L687)

### `(block-compile (&key entry-points (block-compile t)) &body body)`

Expand All @@ -5392,7 +5392,7 @@ into local `declare` forms.
If you pass `:block-compile nil', this macro is equivalent to progn.
This may be useful during development.

[View source](internal-definitions.lisp#L795)
[View source](internal-definitions.lisp#L801)

## Tree Case

Expand Down

0 comments on commit ebd9c5c

Please sign in to comment.