diff options
author | Eli Zaretskii <eliz@gnu.org> | 2023-05-02 15:55:44 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2023-05-02 15:55:44 +0300 |
commit | f8c86654c7fb6fc8c9217d137d472e374a87c279 (patch) | |
tree | 18712f45ae9396b917aba8a87df40272043e3c61 /doc | |
parent | daf602a5c8ec9e5d94f5e1e412182760a02c2505 (diff) | |
download | emacs-f8c86654c7fb6fc8c9217d137d472e374a87c279.tar.gz |
; * doc/lispref/functions.texi (Declare Form): Fix whitespace.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/lispref/functions.texi | 2 |
1 files changed, 1 insertions, 1 deletions
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}. |