; * doc/lispref/control.texi (Conditionals): Add missing paren (bug#69742).
This commit is contained in:
parent
db5915f30b
commit
a9be5c7ea9
1 changed files with 1 additions and 1 deletions
|
@ -322,7 +322,7 @@ described below.
|
||||||
|
|
||||||
@defmac if-let spec then-form else-forms...
|
@defmac if-let spec then-form else-forms...
|
||||||
Evaluate each binding in @var{spec} in turn, like in @code{let*}
|
Evaluate each binding in @var{spec} in turn, like in @code{let*}
|
||||||
(@pxref{Local Variables}, stopping if a binding value is @code{nil}.
|
(@pxref{Local Variables}), stopping if a binding value is @code{nil}.
|
||||||
If all are non-@code{nil}, return the value of @var{then-form},
|
If all are non-@code{nil}, return the value of @var{then-form},
|
||||||
otherwise the last form in @var{else-forms}.
|
otherwise the last form in @var{else-forms}.
|
||||||
@end defmac
|
@end defmac
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue