From f8c86654c7fb6fc8c9217d137d472e374a87c279 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Tue, 2 May 2023 15:55:44 +0300 Subject: [PATCH] ; * doc/lispref/functions.texi (Declare Form): Fix whitespace. --- doc/lispref/functions.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/lispref/functions.texi b/doc/lispref/functions.texi index dc0d182d50d..2b1a2a1f500 100644 --- a/doc/lispref/functions.texi +++ b/doc/lispref/functions.texi @@ -2633,7 +2633,7 @@ symbol, @pxref{Standard Properties}. @item (important-return-value @var{val}) If @var{val} is non-@code{nil}, the byte compiler will warn about -calls to this function that do not use the returned value. This is the +calls to this function that do not use the returned value. This is the same as the @code{important-return-value} property of the function's symbol, @pxref{Standard Properties}. -- 2.39.5