Corrected documentation of quote-module-name to indicate that it does not

produce collection and planet-relative paths on its own.  Deprecated
quote-module-path, and replaced existing uses of it with quote-module-name.

original commit: 2e6a608539f5ef39a9ff821d95163ea4660da952
This commit is contained in:
Carl Eastlund 2011-07-09 14:46:58 -04:00
parent c90e2acc38
commit de9ecf5437

View File

@ -310,7 +310,7 @@
#`(begin
#,(if (null? (syntax-e #'(new-provs ...)))
#'(begin)
#'(define the-variable-reference (quote-module-path)))
#'(define the-variable-reference (quote-module-name)))
#,(env-init-code syntax-provide? provide-tbl def-tbl)
#,(tname-env-init-code)
#,(talias-env-init-code)