1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-13 09:32:47 +00:00

; * doc/lispref/functions.texi (Declare Form): Fix typo.

This commit is contained in:
Eli Zaretskii 2022-07-23 12:56:00 +03:00
parent 54c4ceb009
commit 2529e82002

View File

@ -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.