From: Eli Zaretskii Date: Sat, 23 Jul 2022 09:56:00 +0000 (+0300) Subject: ; * doc/lispref/functions.texi (Declare Form): Fix typo. X-Git-Tag: emacs-28.1.91~22 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2529e8200232aa8ce252084634d81a2809fb26fa;p=emacs.git ; * doc/lispref/functions.texi (Declare Form): Fix typo. --- 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.