; * doc/lispref/functions.texi (Declare Form): Fix typo.
This commit is contained in:
parent
54c4ceb009
commit
2529e82002
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue