]> git.eshelyaron.com Git - emacs.git/commitdiff
; * doc/lispref/control.texi (Conditionals): Fix markup.
authorEli Zaretskii <eliz@gnu.org>
Thu, 24 Oct 2024 05:42:29 +0000 (08:42 +0300)
committerEshel Yaron <me@eshelyaron.com>
Tue, 29 Oct 2024 09:48:53 +0000 (10:48 +0100)
(cherry picked from commit 1a91d37a21c43e4941f6c5913bcab507161e6be6)

doc/lispref/control.texi

index 6ad8a779d176df47b000b5d726e4a230e78cd391..80ed2ce899b173067c1a0643423c1eb8b1cfa739 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...