Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
eb31a86c
Commit
eb31a86c
authored
Sep 08, 2013
by
Stefan Monnier
Browse files
* doc/lispref/macros.texi (Defining Macros): Prefer "function" to "lambda
expression". Fixes: debbugs:15296
parent
af9ff9e8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
doc/lispref/ChangeLog
doc/lispref/ChangeLog
+5
-0
doc/lispref/macros.texi
doc/lispref/macros.texi
+2
-2
No files found.
doc/lispref/ChangeLog
View file @
eb31a86c
2013-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
* macros.texi (Defining Macros): Prefer "function" to "lambda
expression" (bug#15296).
2013-08-28 Paul Eggert <eggert@cs.ucla.edu>
* Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
...
...
doc/lispref/macros.texi
View file @
eb31a86c
...
...
@@ -191,8 +191,8 @@ During Compile}).
@section Defining Macros
A Lisp macro object is a list whose @sc{car} is @code{macro}, and
whose @sc{cdr} is a
lambda express
ion. Expansion of the macro works
by applying the
lambda express
ion (with @code{apply}) to the list of
whose @sc{cdr} is a
funct
ion. Expansion of the macro works
by applying the
funct
ion (with @code{apply}) to the list of
@emph{unevaluated} arguments from the macro call.
It is possible to use an anonymous Lisp macro just like an anonymous
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment