mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
; * doc/lispref/control.texi (Conditionals): Fix typo.
This commit is contained in:
parent
d1d0f03a58
commit
56f871b0e2
1 changed files with 1 additions and 1 deletions
|
|
@ -294,7 +294,7 @@ For example:
|
||||||
@end group
|
@end group
|
||||||
@end example
|
@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
|
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
|
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:
|
straightforward way to do that is to just write, for instance:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue