Clarify docstring of package-native-compile
* lisp/emacs-lisp/package.el (package-native-compile): Clarify docstring.
This commit is contained in:
parent
c54fda643d
commit
30f1bdb41f
1 changed files with 7 additions and 1 deletions
|
@ -397,7 +397,13 @@ a sane initial value."
|
|||
:type '(repeat symbol))
|
||||
|
||||
(defcustom package-native-compile nil
|
||||
"Non-nil means to native compile packages on installation."
|
||||
"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.
|
||||
|
||||
This option does not have any effect if Emacs was not built with
|
||||
native compilation support."
|
||||
:type '(boolean)
|
||||
:risky t
|
||||
:version "28.1")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue