projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92296de
)
; * doc/lispref/functions.texi (Anonymous Functions): Fix typo.
author
Charles A. Roelli
<charles@aurox.ch>
Sat, 10 Nov 2018 19:32:36 +0000
(20:32 +0100)
committer
Charles A. Roelli
<charles@aurox.ch>
Sat, 10 Nov 2018 19:32:36 +0000
(20:32 +0100)
doc/lispref/functions.texi
patch
|
blob
|
history
diff --git
a/doc/lispref/functions.texi
b/doc/lispref/functions.texi
index 216666c713acfc76e992235b0f60ec642ec06836..37c94c1db74775096a0b1955192b530eb5c7add7 100644
(file)
--- a/
doc/lispref/functions.texi
+++ b/
doc/lispref/functions.texi
@@
-1091,8
+1091,8
@@
yields the form itself:
@result{} (lambda (x) (* x x))
@end example
-Note that when evalu
ting under lexical binding the result is a closure
-object (@pxref{Closures}).
+Note that when evalu
ating 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