X-Git-Url: https://git.hcoop.net/bpt/guile.git/blobdiff_plain/a3989357b32ba51c0780732e06c88baec16d3229..b3da54d1813f34fca31cdb5fd3db90b9141b1b7a:/module/ice-9/psyntax.scm diff --git a/module/ice-9/psyntax.scm b/module/ice-9/psyntax.scm index 22c51613d..6ffcc2d58 100644 --- a/module/ice-9/psyntax.scm +++ b/module/ice-9/psyntax.scm @@ -1265,7 +1265,7 @@ ;; ;; The only wrinkle is when we want a macro to expand to code in another ;; module, as is the case for the r6rs `library' form -- the body expressions - ;; should be scoped relative the the new module, the one defined by the macro. + ;; should be scoped relative the new module, the one defined by the macro. ;; For that, use `(@@ mod-name body)'. ;; ;; Part of the macro output will be from the site of the macro use and part