emacs-diffs
[Top][All Lists]
Advanced

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

emacs-28 84a5d47125: ; Fix last change


From: Eli Zaretskii
Subject: emacs-28 84a5d47125: ; Fix last change
Date: Mon, 11 Jul 2022 09:52:49 -0400 (EDT)

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

    ; Fix last change
    
    * doc/lispref/compile.texi (Native-Compilation Variables): Explain
    better what the value -1 of 'native-comp-speed' means.
---
 doc/lispref/compile.texi | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/doc/lispref/compile.texi b/doc/lispref/compile.texi
index 2b6ec849d2..335200469b 100644
--- a/doc/lispref/compile.texi
+++ b/doc/lispref/compile.texi
@@ -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
 



reply via email to

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