; * doc/lispref/functions.texi (Anonymous Functions): Fix typo.
This commit is contained in:
parent
92296de42b
commit
c7b8a51b79
1 changed files with 2 additions and 2 deletions
|
@ -1091,8 +1091,8 @@ yields the form itself:
|
|||
@result{} (lambda (x) (* x x))
|
||||
@end example
|
||||
|
||||
Note that when evaluting under lexical binding the result is a closure
|
||||
object (@pxref{Closures}).
|
||||
Note that when evaluating under lexical binding the result is a
|
||||
closure object (@pxref{Closures}).
|
||||
|
||||
The @code{lambda} form has one other effect: it tells the Emacs
|
||||
evaluator and byte-compiler that its argument is a function, by using
|
||||
|
|
Loading…
Add table
Reference in a new issue