aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCharles A. Roelli2018-11-10 20:32:36 +0100
committerCharles A. Roelli2018-11-10 20:32:36 +0100
commitc7b8a51b79bfe76c03a04fed3d46bc026ba0139a (patch)
treeff64669e055562dcabe2241952b93e2069a4f8a1
parent92296de42bc5805670d083e2518e00251cb1375c (diff)
downloademacs-c7b8a51b79bfe76c03a04fed3d46bc026ba0139a.tar.gz
emacs-c7b8a51b79bfe76c03a04fed3d46bc026ba0139a.zip
; * doc/lispref/functions.texi (Anonymous Functions): Fix typo.
-rw-r--r--doc/lispref/functions.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/lispref/functions.texi b/doc/lispref/functions.texi
index 216666c713a..37c94c1db74 100644
--- a/doc/lispref/functions.texi
+++ b/doc/lispref/functions.texi
@@ -1091,8 +1091,8 @@ yields the form itself:
1091 @result{} (lambda (x) (* x x)) 1091 @result{} (lambda (x) (* x x))
1092@end example 1092@end example
1093 1093
1094Note that when evaluting under lexical binding the result is a closure 1094Note that when evaluating under lexical binding the result is a
1095object (@pxref{Closures}). 1095closure object (@pxref{Closures}).
1096 1096
1097The @code{lambda} form has one other effect: it tells the Emacs 1097The @code{lambda} form has one other effect: it tells the Emacs
1098evaluator and byte-compiler that its argument is a function, by using 1098evaluator and byte-compiler that its argument is a function, by using