]> git.eshelyaron.com Git - emacs.git/commitdiff
; * doc/lispref/control.texi (Conditionals): Fix typo.
authorEli Zaretskii <eliz@gnu.org>
Wed, 28 Sep 2022 13:59:51 +0000 (16:59 +0300)
committerEli Zaretskii <eliz@gnu.org>
Wed, 28 Sep 2022 13:59:51 +0000 (16:59 +0300)
doc/lispref/control.texi

index e0c5ddf2cb80af705279abe666f2652673bf85f7..9035e7f6bbc06d84e60ca80069bc690c1e42a4f3 100644 (file)
@@ -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: