From 56f871b0e2008f0f57c22b4c3018dbdda9d427ac Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Wed, 28 Sep 2022 16:59:51 +0300 Subject: [PATCH] ; * 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 e0c5ddf2cb8..9035e7f6bbc 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: -- 2.39.2