diff options
| author | Lars Ingebrigtsen | 2022-10-12 14:59:25 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2022-10-12 15:00:08 +0200 |
| commit | 5a94a2e5b054f6866762f6eb7f7bbafd24bf02de (patch) | |
| tree | a4e3605ce3dcb3f4e2727f87a92ae9cb84fc368e | |
| parent | 1e961eda7275802f88d855fccf097b4081d21b18 (diff) | |
| download | emacs-5a94a2e5b054f6866762f6eb7f7bbafd24bf02de.tar.gz emacs-5a94a2e5b054f6866762f6eb7f7bbafd24bf02de.zip | |
Clarify Native-Compilation Variables slightly
* doc/lispref/compile.texi (Native-Compilation Variables): Clarify
trampoline bit (bug#58429).
| -rw-r--r-- | doc/lispref/compile.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/compile.texi b/doc/lispref/compile.texi index 7ccee08e53a..70e0f98f443 100644 --- a/doc/lispref/compile.texi +++ b/doc/lispref/compile.texi | |||
| @@ -985,7 +985,7 @@ too late. | |||
| 985 | While setting this variable disables automatic compilation of Lisp | 985 | While setting this variable disables automatic compilation of Lisp |
| 986 | files, the compiler may still be invoked to install @dfn{trampolines} | 986 | files, the compiler may still be invoked to install @dfn{trampolines} |
| 987 | if any built-in functions are redefined. However, these trampolines | 987 | if any built-in functions are redefined. However, these trampolines |
| 988 | will not get written to disk. | 988 | will not get written to your cache directory. |
| 989 | 989 | ||
| 990 | You can also use the @samp{EMACS_INHIBIT_AUTOMATIC_NATIVE_COMPILATION} | 990 | You can also use the @samp{EMACS_INHIBIT_AUTOMATIC_NATIVE_COMPILATION} |
| 991 | environment variable to disable native compilation. | 991 | environment variable to disable native compilation. |