]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/emacs-lisp/package.el (package-native-compile): Fix doc wording.
authorEli Zaretskii <eliz@gnu.org>
Sun, 9 Jan 2022 08:25:36 +0000 (10:25 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sun, 9 Jan 2022 08:25:36 +0000 (10:25 +0200)
lisp/emacs-lisp/package.el

index 1387439f0ab80dc6d2f86daddf376ccefa023aef..7679ba2fae5a0782896998925d24db09c54a1f22 100644 (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."