From 2529e8200232aa8ce252084634d81a2809fb26fa Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 23 Jul 2022 12:56:00 +0300 Subject: [PATCH] ; * doc/lispref/functions.texi (Declare Form): Fix typo. --- 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 28893875062..a70364c3cb5 100644 --- a/doc/lispref/functions.texi +++ b/doc/lispref/functions.texi @@ -2348,7 +2348,7 @@ symbol, @pxref{Standard Properties}. @item (speed @var{n}) Specify the value of @code{native-comp-speed} in effect for native compilation of this function (@pxref{Native-Compilation Variables}). -This allows function-level control on the optimization level used for +This allows function-level control of the optimization level used for native code emitted for the function. In particular, if @var{n} is @minus{}1, native compilation of the function will emit bytecode instead of native code for the function. -- 2.39.2