]> git.eshelyaron.com Git - emacs.git/commitdiff
Clarify Native-Compilation Variables slightly
authorLars Ingebrigtsen <larsi@gnus.org>
Wed, 12 Oct 2022 12:59:25 +0000 (14:59 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Wed, 12 Oct 2022 13:00:08 +0000 (15:00 +0200)
* doc/lispref/compile.texi (Native-Compilation Variables): Clarify
trampoline bit (bug#58429).

doc/lispref/compile.texi

index 7ccee08e53ae00833ddbf01a8365f3b39300dcb1..70e0f98f4439af07812ec5ca32d288e14ca61ae0 100644 (file)
@@ -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.