mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-02 11:21:42 +00:00
; * doc/lispref/control.texi (Conditionals): Add missing paren (bug#69742).
This commit is contained in:
parent
db5915f30b
commit
a9be5c7ea9
@ -322,7 +322,7 @@ described below.
|
||||
|
||||
@defmac if-let spec then-form else-forms...
|
||||
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},
|
||||
otherwise the last form in @var{else-forms}.
|
||||
@end defmac
|
||||
|
Loading…
Reference in New Issue
Block a user