]> git.eshelyaron.com Git - emacs.git/commitdiff
; * doc/lispref/functions.texi (Anonymous Functions): Fix typo.
authorCharles A. Roelli <charles@aurox.ch>
Sat, 10 Nov 2018 19:32:36 +0000 (20:32 +0100)
committerCharles A. Roelli <charles@aurox.ch>
Sat, 10 Nov 2018 19:32:36 +0000 (20:32 +0100)
doc/lispref/functions.texi

index 216666c713acfc76e992235b0f60ec642ec06836..37c94c1db74775096a0b1955192b530eb5c7add7 100644 (file)
@@ -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