; * doc/lispref/control.texi (Conditionals): Fix markup.
authorEli Zaretskii <eliz@gnu.org>
Thu, 24 Oct 2024 05:42:29 +0000 (08:42 +0300)
committerEli Zaretskii <eliz@gnu.org>
Thu, 24 Oct 2024 05:42:29 +0000 (08:42 +0300)
doc/lispref/control.texi

index 5ccc8462c9ef9a7e8d81530484941dabde352fdd..41f40ea852cf4767edd77224ccacddb841ab97b1 100644 (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...