summaryrefslogtreecommitdiff
path: root/lisp/progmodes/elisp-mode.el
diff options
context:
space:
mode:
authorAndrea Corallo <akrl@sdf.org>2023-02-13 16:37:43 +0100
committerAndrea Corallo <akrl@sdf.org>2023-02-13 17:04:22 +0100
commit8d8464bd5a98598e7a6fe63370545c7f07574926 (patch)
treef3bbab79f1f05e187c246442e9ac8bf05f881cc5 /lisp/progmodes/elisp-mode.el
parent5d0912f1445e33f1ccf23a84f0dc6d08c4ee2b60 (diff)
downloademacs-8d8464bd5a98598e7a6fe63370545c7f07574926.tar.gz
emacs-8d8464bd5a98598e7a6fe63370545c7f07574926.tar.bz2
emacs-8d8464bd5a98598e7a6fe63370545c7f07574926.zip
Rename native-comp-deferred-compilation into native-comp-jit-compilation
* src/comp.c (maybe_defer_native_compilation, syms_of_comp): Rename native-comp-deferred-compilation into native-comp-jit-compilation. * lisp/subr.el (native-comp-deferred-compilation): Mark native-comp-deferred-compilation as obsolete. * lisp/startup.el (native-comp-deferred-compilation) (normal-top-level): Rename native-comp-deferred-compilation into native-comp-jit-compilation. * lisp/progmodes/elisp-mode.el (emacs-lisp-native-compile-and-load): Likewise. * lisp/emacs-lisp/generate-lisp-file.el (generate-lisp-file-trailer): Likewise.
Diffstat (limited to 'lisp/progmodes/elisp-mode.el')
-rw-r--r--lisp/progmodes/elisp-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/elisp-mode.el b/lisp/progmodes/elisp-mode.el
index ba1183f686b..1c339d08148 100644
--- a/lisp/progmodes/elisp-mode.el
+++ b/lisp/progmodes/elisp-mode.el
@@ -220,7 +220,7 @@ All commands in `lisp-mode-shared-map' are inherited by this map."
Load the compiled code when finished.
Use `emacs-lisp-byte-compile-and-load' in combination with
-`native-comp-deferred-compilation' set to t to achieve asynchronous
+`native-comp-jit-compilation' set to t to achieve asynchronous
native compilation."
(interactive nil emacs-lisp-mode)
(emacs-lisp--before-compile-buffer)