From ae8e42cf23e4883aed0177aad30d56f0e3e5086b Mon Sep 17 00:00:00 2001 From: Michael Heerdegen Date: Thu, 23 May 2019 03:33:04 +0200 Subject: [PATCH] * doc/misc/cl.texi (Macro Bindings): State expansion time --- doc/misc/cl.texi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/misc/cl.texi b/doc/misc/cl.texi index eb06791ba9..c96b9b6c3e 100644 --- a/doc/misc/cl.texi +++ b/doc/misc/cl.texi @@ -1360,6 +1360,8 @@ Macro Bindings affect only calls that appear physically within the body @var{forms}, possibly after expansion of other macros in the body. + +Like global macros local macros are expanded at compile-time. @end defmac @defmac cl-symbol-macrolet (bindings@dots{}) forms@dots{} -- 2.20.1