Clarify Native-Compilation Variables slightly
* doc/lispref/compile.texi (Native-Compilation Variables): Clarify trampoline bit (bug#58429).
This commit is contained in:
parent
1e961eda72
commit
5a94a2e5b0
1 changed files with 1 additions and 1 deletions
|
@ -985,7 +985,7 @@ too late.
|
|||
While setting this variable disables automatic compilation of Lisp
|
||||
files, the compiler may still be invoked to install @dfn{trampolines}
|
||||
if any built-in functions are redefined. However, these trampolines
|
||||
will not get written to disk.
|
||||
will not get written to your cache directory.
|
||||
|
||||
You can also use the @samp{EMACS_INHIBIT_AUTOMATIC_NATIVE_COMPILATION}
|
||||
environment variable to disable native compilation.
|
||||
|
|
Loading…
Add table
Reference in a new issue