]> git.eshelyaron.com Git - emacs.git/commitdiff
* doc/lispref/functions.texi (Declare Form) <compiler-macro>: Re-rephrase
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 28 Sep 2022 18:14:32 +0000 (14:14 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 28 Sep 2022 18:14:32 +0000 (14:14 -0400)
doc/lispref/functions.texi

index 0659d3556bbde2fb278ea9583ace72133944b470..8b858e0aa0179a643eb89ab59d178b3d1dcc21e8 100644 (file)
@@ -2478,9 +2478,10 @@ expander will call @var{expander} with that form as well as with
 instead of the function call, or it can return just the form unchanged,
 to indicate that the function call should be left alone.
 
-When @var{expander} is a lambda form it should be of the form
-@code{(lambda (@var{arg}) @var{body})} because the function's formal
-arguments are automatically added to the lambda's list of arguments.
+When @var{expander} is a lambda form it should be written with
+a single argument (i.e., be of the form @code{(lambda (@var{arg})
+@var{body})}) because the function's formal arguments are
+automatically added to the lambda's list of arguments for you.
 
 @item (gv-expander @var{expander})
 Declare @var{expander} to be the function to handle calls to the macro (or