From: Eli Zaretskii Date: Tue, 2 May 2023 12:55:44 +0000 (+0300) Subject: ; * doc/lispref/functions.texi (Declare Form): Fix whitespace. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f8c86654c7fb6fc8c9217d137d472e374a87c279;p=emacs.git ; * doc/lispref/functions.texi (Declare Form): Fix whitespace. --- 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}.