summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2023-06-08 08:50:54 +0300
committerEli Zaretskii <eliz@gnu.org>2023-06-08 08:50:54 +0300
commit240803cc3e1f361baf5665f91e4d0bd9576956a7 (patch)
treea0b8b9be22e35b7d93f9e5c32a968d7656979804 /etc
parent026afb229847f4a76890b09a196c8431fce2804d (diff)
downloademacs-240803cc3e1f361baf5665f91e4d0bd9576956a7.tar.gz
Document 'startup-redirect-eln-cache'
* doc/lispref/compile.texi (Native Compilation) (Native-Compilation Functions): Document 'startup-redirect-eln-cache'. * etc/PROBLEMS: Fix last change. * etc/NEWS: Mark 'startup-redirect-eln-cache' as documented.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS2
-rw-r--r--etc/PROBLEMS3
2 files changed, 2 insertions, 3 deletions
diff --git a/etc/NEWS b/etc/NEWS
index d3146fab8eb..ca0d602e9ad 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -226,7 +226,7 @@ ones for the current Emacs version). Note that subdirectories of the
system directory where the "*.eln" files are installed (usually, the
last entry in 'native-comp-eln-load-path') are not deleted.
----
++++
*** New function 'startup-redirect-eln-cache'.
This function can be called in your init files to change the
user-specific directory where Emacs stores the "*.eln" files produced
diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index 561b116c9bd..e5baa8ee18a 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -2755,8 +2755,7 @@ one, you could use the following workarounds:
directory to that new home directory.
. Move all the *.eln files from ~/.emacs.d/eln-cache to a directory
out of the C:\Users tree, and customize Emacs to use that
- directory for *.eln files. This requires to add that directory to
- the value of native-comp-eln-load-path, and also call the function
+ directory for *.eln files. This requires to call the function
startup-redirect-eln-cache in your init file, to force Emacs to
write *.eln files compiled at run time to that directory.
. Delete all *.eln files in your ~/.emacs.d/eln-cache directory, and