From: Michael Heerdegen Date: Thu, 23 May 2019 01:33:04 +0000 (+0200) Subject: * doc/misc/cl.texi (Macro Bindings): Add a detail X-Git-Tag: emacs-27.0.90~2768 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=997ac9f829059bf37c81fd586910c834394951e6;p=emacs.git * doc/misc/cl.texi (Macro Bindings): Add a detail Say that calls of 'cl-macrolet' bound macros are expanded in the global environment. --- diff --git a/doc/misc/cl.texi b/doc/misc/cl.texi index eb06791ba90..ee73c65b789 100644 --- a/doc/misc/cl.texi +++ b/doc/misc/cl.texi @@ -1359,7 +1359,8 @@ Because of the nature of macros, @code{cl-macrolet} is always lexically scoped. The @code{cl-macrolet} binding will affect only calls that appear physically within the body @var{forms}, possibly after expansion of other macros in the -body. +body. Calls of @code{cl-macrolet} bound macros are expanded in the +global environment. @end defmac @defmac cl-symbol-macrolet (bindings@dots{}) forms@dots{}