emacs-diffs
[Top][All Lists]
Advanced

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

master 5d2985a035 2/2: ; * doc/lispref/control.texi (Conditionals): Fix


From: Eli Zaretskii
Subject: master 5d2985a035 2/2: ; * doc/lispref/control.texi (Conditionals): Fix wording.
Date: Wed, 28 Sep 2022 08:50:39 -0400 (EDT)

branch: master
commit 5d2985a03537c5e3a5e2119f39d018edc1fa8f92
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * doc/lispref/control.texi (Conditionals): Fix wording.
---
 doc/lispref/control.texi | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/lispref/control.texi b/doc/lispref/control.texi
index 9635b335bc..e0c5ddf2cb 100644
--- a/doc/lispref/control.texi
+++ b/doc/lispref/control.texi
@@ -295,9 +295,9 @@ For example:
 @end example
 
 If can be convenient to bind variables in conjunction with using a
-conditional.  It's often the case that you do a computation, and then
-want to do something with that computation if it's non-@code{nil}.
-The straightforward way to do that is to just write, for instance:
+conditional.  It's often the case that you compute a value, and then
+want to do something with that value if it's non-@code{nil}.  The
+straightforward way to do that is to just write, for instance:
 
 @example
 (let ((result1 (do-computation)))



reply via email to

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