; * doc/lispref/control.texi (Conditionals): Fix markup.
This commit is contained in:
parent
eae798486a
commit
1a91d37a21
1 changed files with 2 additions and 2 deletions
|
@ -334,8 +334,8 @@ Like @code{if-let*}, but without @var{else-forms}.
|
||||||
|
|
||||||
@defmac and-let* varlist then-forms...
|
@defmac and-let* varlist then-forms...
|
||||||
Like @code{when-let*}, but in addition, if there are no
|
Like @code{when-let*}, but in addition, if there are no
|
||||||
@var{then-forms} and all the bindings evaluate to non-nil, return the
|
@var{then-forms} and all the bindings evaluate to non-@code{nil}, return
|
||||||
value of the last binding.
|
the value of the last binding.
|
||||||
@end defmac
|
@end defmac
|
||||||
|
|
||||||
@defmac while-let spec then-forms...
|
@defmac while-let spec then-forms...
|
||||||
|
|
Loading…
Add table
Reference in a new issue