From: Eli Zaretskii Date: Thu, 24 Oct 2024 05:42:29 +0000 (+0300) Subject: ; * doc/lispref/control.texi (Conditionals): Fix markup. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e775e4182a6cbb8e208e47dc3ea43abc68371822;p=emacs.git ; * doc/lispref/control.texi (Conditionals): Fix markup. (cherry picked from commit 1a91d37a21c43e4941f6c5913bcab507161e6be6) --- diff --git a/doc/lispref/control.texi b/doc/lispref/control.texi index 6ad8a779d17..80ed2ce899b 100644 --- a/doc/lispref/control.texi +++ b/doc/lispref/control.texi @@ -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...