From: Chris Hanson Date: Sun, 21 Jan 2018 09:30:29 +0000 (-0800) Subject: Eliminate unnecessary implementation note. X-Git-Tag: mit-scheme-pucked-x11-0.3.1~7^2~328 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=417307e00d30a6f8f565f7cd8f24c556824ffecc;p=mit-scheme.git Eliminate unnecessary implementation note. I may change the implementation in the near future. --- diff --git a/doc/ref-manual/special-forms.texi b/doc/ref-manual/special-forms.texi index ce9df6d47..14eb883c6 100644 --- a/doc/ref-manual/special-forms.texi +++ b/doc/ref-manual/special-forms.texi @@ -2619,9 +2619,6 @@ Creates and returns and new synthetic identifier (alias) that is guaranteed to be different from all existing identifiers. @var{Identifier} is any existing identifier, which is used in deriving the name of the new identifier. - -This is implemented by syntactically closing @var{identifier} in a -special empty environment. @end deffn @node Explicit Renaming, , Syntactic Closures, Macros