emacs-diffs
[Top][All Lists]
Advanced

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

master 56f871b0e2: ; * doc/lispref/control.texi (Conditionals): Fix typo


From: Eli Zaretskii
Subject: master 56f871b0e2: ; * doc/lispref/control.texi (Conditionals): Fix typo.
Date: Wed, 28 Sep 2022 10:00:35 -0400 (EDT)

branch: master
commit 56f871b0e2008f0f57c22b4c3018dbdda9d427ac
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * doc/lispref/control.texi (Conditionals): Fix typo.
---
 doc/lispref/control.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/lispref/control.texi b/doc/lispref/control.texi
index e0c5ddf2cb..9035e7f6bb 100644
--- a/doc/lispref/control.texi
+++ b/doc/lispref/control.texi
@@ -294,7 +294,7 @@ For example:
 @end group
 @end example
 
-If can be convenient to bind variables in conjunction with using a
+It can be convenient to bind variables in conjunction with using a
 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:



reply via email to

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