mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-29 19:30:36 +02:00
psyntax: Typo fix
* module/ice-9/psyntax.scm: Fix comment typo.
This commit is contained in:
parent
6788bb4564
commit
81645a25d3
1 changed files with 1 additions and 1 deletions
|
@ -394,7 +394,7 @@
|
|||
;; form.
|
||||
|
||||
;; a displaced-lexical identifier is a lexical identifier removed from
|
||||
;; it's scope by the return of a syntax object containing the identifier.
|
||||
;; its scope by the return of a syntax object containing the identifier.
|
||||
;; a displaced lexical can also appear when a letrec-syntax-bound
|
||||
;; keyword is referenced on the rhs of one of the letrec-syntax clauses.
|
||||
;; a displaced lexical should never occur with properly written macros.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue