From e775e4182a6cbb8e208e47dc3ea43abc68371822 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Thu, 24 Oct 2024 08:42:29 +0300 Subject: [PATCH] ; * doc/lispref/control.texi (Conditionals): Fix markup. (cherry picked from commit 1a91d37a21c43e4941f6c5913bcab507161e6be6) --- doc/lispref/control.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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... -- 2.39.5