From: Charles A. Roelli Date: Sat, 10 Nov 2018 19:32:36 +0000 (+0100) Subject: ; * doc/lispref/functions.texi (Anonymous Functions): Fix typo. X-Git-Tag: emacs-26.1.90~22 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c7b8a51b79bfe76c03a04fed3d46bc026ba0139a;p=emacs.git ; * doc/lispref/functions.texi (Anonymous Functions): Fix typo. --- 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: @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