emacs-diffs
[Top][All Lists]
Advanced

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

emacs-28 4c724af1e3: ; * lisp/emacs-lisp/package.el (package-native-comp


From: Eli Zaretskii
Subject: emacs-28 4c724af1e3: ; * lisp/emacs-lisp/package.el (package-native-compile): Fix doc wording.
Date: Sun, 9 Jan 2022 03:26:32 -0500 (EST)

branch: emacs-28
commit 4c724af1e3e3f4bdb013a436bc1afa0aa102ee4e
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * lisp/emacs-lisp/package.el (package-native-compile): Fix doc wording.
---
 lisp/emacs-lisp/package.el | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/lisp/emacs-lisp/package.el b/lisp/emacs-lisp/package.el
index 1387439f0a..7679ba2fae 100644
--- a/lisp/emacs-lisp/package.el
+++ b/lisp/emacs-lisp/package.el
@@ -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."



reply via email to

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