emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 1ed8ff2: ; * doc/lispref/eval.texi (Deferred Eval):


From: Eli Zaretskii
Subject: [Emacs-diffs] master 1ed8ff2: ; * doc/lispref/eval.texi (Deferred Eval): Improve wording.
Date: Fri, 1 Dec 2017 13:27:23 -0500 (EST)

branch: master
commit 1ed8ff2aa9e1aaee54a6cad38f4c9a595d6c19ed
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    ; * doc/lispref/eval.texi (Deferred Eval): Improve wording.
---
 doc/lispref/eval.texi | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/doc/lispref/eval.texi b/doc/lispref/eval.texi
index 74fefdb..0f9f301 100644
--- a/doc/lispref/eval.texi
+++ b/doc/lispref/eval.texi
@@ -887,10 +887,10 @@ particular elements, like this:
 
 
   Sometimes it is useful to delay the evaluation of an expression, for
-example if you want to avoid to perform a time-consuming calculation
-in the case that it turns out that the result is not needed in the
-future of the program.  Therefore, the @file{thunk} library provides
-the following functions and macros:
+example if you want to avoid performing a time-consuming calculation
+if it turns out that the result is not needed in the future of the
+program.  The @file{thunk} library provides the following functions
+and macros to support such @dfn{deferred evaluation}:
 
 @cindex thunk
 @defmac thunk-delay address@hidden



reply via email to

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