emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 c7b8a51: ; * doc/lispref/functions.texi (Anonymou


From: Charles A. Roelli
Subject: [Emacs-diffs] emacs-26 c7b8a51: ; * doc/lispref/functions.texi (Anonymous Functions): Fix typo.
Date: Sat, 10 Nov 2018 14:31:52 -0500 (EST)

branch: emacs-26
commit c7b8a51b79bfe76c03a04fed3d46bc026ba0139a
Author: Charles A. Roelli <address@hidden>
Commit: Charles A. Roelli <address@hidden>

    ; * doc/lispref/functions.texi (Anonymous Functions): Fix typo.
---
 doc/lispref/functions.texi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/lispref/functions.texi b/doc/lispref/functions.texi
index 216666c..37c94c1 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]