Placate a number of `syntax-check' verifications.
[bpt/guile.git] / module / ice-9 / psyntax.scm
index 22c5161..6ffcc2d 100644 (file)
     ;;
     ;; 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