diff options
| author | Michael Heerdegen | 2019-05-23 03:33:04 +0200 |
|---|---|---|
| committer | Michael Heerdegen | 2019-05-28 21:46:09 +0200 |
| commit | 997ac9f829059bf37c81fd586910c834394951e6 (patch) | |
| tree | e5722cdbc4940a51b38283037d2f03bdd8f21782 /doc/misc | |
| parent | 6daa69576af6a702b8cf3d57b4831a117b4bc311 (diff) | |
| download | emacs-997ac9f829059bf37c81fd586910c834394951e6.tar.gz emacs-997ac9f829059bf37c81fd586910c834394951e6.zip | |
* doc/misc/cl.texi (Macro Bindings): Add a detail
Say that calls of 'cl-macrolet' bound macros are expanded in the
global environment.
Diffstat (limited to 'doc/misc')
| -rw-r--r-- | doc/misc/cl.texi | 3 |
1 files changed, 2 insertions, 1 deletions
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 | |||
| 1359 | scoped. The @code{cl-macrolet} binding will | 1359 | scoped. The @code{cl-macrolet} binding will |
| 1360 | affect only calls that appear physically within the body | 1360 | affect only calls that appear physically within the body |
| 1361 | @var{forms}, possibly after expansion of other macros in the | 1361 | @var{forms}, possibly after expansion of other macros in the |
| 1362 | body. | 1362 | body. Calls of @code{cl-macrolet} bound macros are expanded in the |
| 1363 | global environment. | ||
| 1363 | @end defmac | 1364 | @end defmac |
| 1364 | 1365 | ||
| 1365 | @defmac cl-symbol-macrolet (bindings@dots{}) forms@dots{} | 1366 | @defmac cl-symbol-macrolet (bindings@dots{}) forms@dots{} |