diff options
author | Stefan Kangas <stefan@marxist.se> | 2022-07-12 06:30:35 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2022-07-12 06:30:35 +0200 |
commit | a837c59d9eca748e3895ae09e82373531222aef6 (patch) | |
tree | 930c991fbd39e78f9c123d710326df7745573fc7 /doc/lispref/compile.texi | |
parent | 86d128c6c3acca1665addc65aa43ff80572f46e8 (diff) | |
parent | 9183d1672c65da62e482c55d93b97cd15e4d0ef0 (diff) | |
download | emacs-a837c59d9eca748e3895ae09e82373531222aef6.tar.gz emacs-a837c59d9eca748e3895ae09e82373531222aef6.tar.bz2 emacs-a837c59d9eca748e3895ae09e82373531222aef6.zip |
Merge from origin/emacs-28
9183d1672c ; * etc/PROBLEMS: Give a URL for bug#50666.
1f508a8b6f etc/PROBLEMS: Describe issues with native compilation on C...
84a5d47125 ; Fix last change
0461021893 ; * lisp/emacs-lisp/comp.el (native-comp-speed): Explain t...
876317271b * lisp/find-dired.el (find-dired): Doc fix; add crossrefer...
Diffstat (limited to 'doc/lispref/compile.texi')
-rw-r--r-- | doc/lispref/compile.texi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/lispref/compile.texi b/doc/lispref/compile.texi index 3670225dc49..9bb7b590a2c 100644 --- a/doc/lispref/compile.texi +++ b/doc/lispref/compile.texi @@ -979,7 +979,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 |