[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] master 997ac9f: * doc/misc/cl.texi (Macro Bindings): Add a
From: |
Michael Heerdegen |
Subject: |
[Emacs-diffs] master 997ac9f: * doc/misc/cl.texi (Macro Bindings): Add a detail |
Date: |
Tue, 28 May 2019 15:46:46 -0400 (EDT) |
branch: master
commit 997ac9f829059bf37c81fd586910c834394951e6
Author: Michael Heerdegen <address@hidden>
Commit: Michael Heerdegen <address@hidden>
* doc/misc/cl.texi (Macro Bindings): Add a detail
Say that calls of 'cl-macrolet' bound macros are expanded in the
global environment.
---
doc/misc/cl.texi | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/doc/misc/cl.texi b/doc/misc/cl.texi
index eb06791..ee73c65 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{}
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] master 997ac9f: * doc/misc/cl.texi (Macro Bindings): Add a detail,
Michael Heerdegen <=