1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-04 08:47:11 +00:00

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

This commit is contained in:
Eli Zaretskii 2022-09-28 16:59:51 +03:00
parent d1d0f03a58
commit 56f871b0e2

View 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: