From 417307e00d30a6f8f565f7cd8f24c556824ffecc Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Sun, 21 Jan 2018 01:30:29 -0800 Subject: [PATCH] Eliminate unnecessary implementation note. I may change the implementation in the near future. --- doc/ref-manual/special-forms.texi | 3 --- 1 file changed, 3 deletions(-) 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 -- 2.25.1