]> git.eshelyaron.com Git - emacs.git/commitdiff
; * doc/lispref/functions.texi (Declare Form): Fix typo.
authorEli Zaretskii <eliz@gnu.org>
Sat, 23 Jul 2022 09:56:00 +0000 (12:56 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 23 Jul 2022 09:56:00 +0000 (12:56 +0300)
doc/lispref/functions.texi

index 2889387506270d8f0366cf1401c444ed5069e9b4..a70364c3cb52126b0fb41f7b7c79cbd75b4cbf5b 100644 (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.