1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-21 06:55:39 +00:00

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

This commit is contained in:
Eli Zaretskii 2024-10-24 08:42:29 +03:00
parent eae798486a
commit 1a91d37a21

View File

@ -334,8 +334,8 @@ Like @code{if-let*}, but without @var{else-forms}.
@defmac and-let* varlist then-forms...
Like @code{when-let*}, but in addition, if there are no
@var{then-forms} and all the bindings evaluate to non-nil, return the
value of the last binding.
@var{then-forms} and all the bindings evaluate to non-@code{nil}, return
the value of the last binding.
@end defmac
@defmac while-let spec then-forms...