emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-28 2529e82002 2/2: ; * doc/lispref/functions.texi (Declare Form):


From: Eli Zaretskii
Subject: emacs-28 2529e82002 2/2: ; * doc/lispref/functions.texi (Declare Form): Fix typo.
Date: Sat, 23 Jul 2022 05:56:25 -0400 (EDT)

branch: emacs-28
commit 2529e8200232aa8ce252084634d81a2809fb26fa
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * 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 2889387506..a70364c3cb 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]