diff --git a/doc/lispref/control.texi b/doc/lispref/control.texi index 5ccc8462c9e..41f40ea852c 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...