summaryrefslogtreecommitdiff
path: root/doc/lispref/eval.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/lispref/eval.texi')
-rw-r--r--doc/lispref/eval.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/eval.texi b/doc/lispref/eval.texi
index 0f9f301547a..14c7b882b2e 100644
--- a/doc/lispref/eval.texi
+++ b/doc/lispref/eval.texi
@@ -895,7 +895,7 @@ and macros to support such @dfn{deferred evaluation}:
@cindex thunk
@defmac thunk-delay forms@dots{}
Return a @dfn{thunk} for evaluating the @var{forms}. A thunk is a
-closure (@pxref{Closures}) that inherits the lexical enviroment of the
+closure (@pxref{Closures}) that inherits the lexical environment of the
@code{thunk-delay} call. Using this macro requires
@code{lexical-binding}.
@end defmac