]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix last change
authorEli Zaretskii <eliz@gnu.org>
Mon, 11 Jul 2022 13:52:03 +0000 (16:52 +0300)
committerEli Zaretskii <eliz@gnu.org>
Mon, 11 Jul 2022 13:52:03 +0000 (16:52 +0300)
* doc/lispref/compile.texi (Native-Compilation Variables): Explain
better what the value -1 of 'native-comp-speed' means.

doc/lispref/compile.texi

index 2b6ec849d28d028b21aa66656c30a5798f179ebd..335200469b24e45b0583a9f762c0165d5e0bd4de 100644 (file)
@@ -983,7 +983,9 @@ Its value should be a number between @minus{}1 and 3.  Values between
 0 and 3 specify the optimization levels equivalent to the
 corresponding compiler @option{-O0}, @option{-O1}, etc.@: command-line
 options of the compiler.  The value @minus{}1 means disable
-native-compilation; functions and files will be only byte-compiled.
+native-compilation: functions and files will be only byte-compiled;
+however, the @file{*.eln} files will still be produced, they will just
+contain the compiled code in bytecode form.
 The default value is 2.
 @end defopt