summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2022-07-23 12:56:00 +0300
committerEli Zaretskii <eliz@gnu.org>2022-07-23 12:56:00 +0300
commit2529e8200232aa8ce252084634d81a2809fb26fa (patch)
treefaf3f271400448b10342a7119237a6da4e8d3667
parent54c4ceb0091e0d3190755afbd7875864cd91b730 (diff)
downloademacs-2529e8200232aa8ce252084634d81a2809fb26fa.tar.gz
; * doc/lispref/functions.texi (Declare Form): Fix typo.
-rw-r--r--doc/lispref/functions.texi2
1 files changed, 1 insertions, 1 deletions
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.