1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-29 22:40:34 +02:00

psyntax: Typo fix

* module/ice-9/psyntax.scm: Fix comment typo.
This commit is contained in:
Andy Wingo 2024-11-19 14:37:32 +01:00
parent 6788bb4564
commit 81645a25d3

View file

@ -394,7 +394,7 @@
;; form. ;; form.
;; a displaced-lexical identifier is a lexical identifier removed from ;; 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 ;; a displaced lexical can also appear when a letrec-syntax-bound
;; keyword is referenced on the rhs of one of the letrec-syntax clauses. ;; keyword is referenced on the rhs of one of the letrec-syntax clauses.
;; a displaced lexical should never occur with properly written macros. ;; a displaced lexical should never occur with properly written macros.