1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-04 02:51:31 -08:00

; * lisp/emacs-lisp/package.el (package-native-compile): Fix doc wording.

This commit is contained in:
Eli Zaretskii 2022-01-09 10:25:36 +02:00
parent 30f1bdb41f
commit 4c724af1e3

View file

@ -397,10 +397,10 @@ a sane initial value."
:type '(repeat symbol))
(defcustom package-native-compile nil
"Non-nil means to native compile packages after installing them.
This controls ahead-of-time compilation. If this option is nil,
packages are normally compiled after they have been loaded for
the first time.
"Non-nil means to natively compile packages as part of their installation.
This controls ahead-of-time compilation of packages when they are
installed. If this option is nil, packages will be natively
compiled when they are loaded for the first time.
This option does not have any effect if Emacs was not built with
native compilation support."