]> git.eshelyaron.com Git - emacs.git/commitdiff
* doc/misc/cl.texi (Macro Bindings): Add a detail
authorMichael Heerdegen <michael_heerdegen@web.de>
Thu, 23 May 2019 01:33:04 +0000 (03:33 +0200)
committerMichael Heerdegen <michael_heerdegen@web.de>
Tue, 28 May 2019 19:46:09 +0000 (21:46 +0200)
Say that calls of 'cl-macrolet' bound macros are expanded in the
global environment.

doc/misc/cl.texi

index eb06791ba90eebce50726f9ab6a3ed54d5986a88..ee73c65b789531a636c3e06ce9355f95e8b44926 100644 (file)
@@ -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{}