emacs-diffs
[Top][All Lists]
Advanced

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

master 5a94a2e5b0: Clarify Native-Compilation Variables slightly


From: Lars Ingebrigtsen
Subject: master 5a94a2e5b0: Clarify Native-Compilation Variables slightly
Date: Wed, 12 Oct 2022 09:00:14 -0400 (EDT)

branch: master
commit 5a94a2e5b054f6866762f6eb7f7bbafd24bf02de
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Clarify Native-Compilation Variables slightly
    
    * doc/lispref/compile.texi (Native-Compilation Variables): Clarify
    trampoline bit (bug#58429).
---
 doc/lispref/compile.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/lispref/compile.texi b/doc/lispref/compile.texi
index 7ccee08e53..70e0f98f44 100644
--- a/doc/lispref/compile.texi
+++ b/doc/lispref/compile.texi
@@ -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.



reply via email to

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