diff options
| author | Eli Zaretskii | 2022-01-09 10:25:36 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2022-01-09 10:25:36 +0200 |
| commit | 4c724af1e3e3f4bdb013a436bc1afa0aa102ee4e (patch) | |
| tree | bf12a190a0465843f119ea1a4ba54144ba36212f | |
| parent | 30f1bdb41faa705fed497126322547c2d8111f36 (diff) | |
| download | emacs-4c724af1e3e3f4bdb013a436bc1afa0aa102ee4e.tar.gz emacs-4c724af1e3e3f4bdb013a436bc1afa0aa102ee4e.zip | |
; * lisp/emacs-lisp/package.el (package-native-compile): Fix doc wording.
| -rw-r--r-- | lisp/emacs-lisp/package.el | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/emacs-lisp/package.el b/lisp/emacs-lisp/package.el index 1387439f0ab..7679ba2fae5 100644 --- a/lisp/emacs-lisp/package.el +++ b/lisp/emacs-lisp/package.el | |||
| @@ -397,10 +397,10 @@ a sane initial value." | |||
| 397 | :type '(repeat symbol)) | 397 | :type '(repeat symbol)) |
| 398 | 398 | ||
| 399 | (defcustom package-native-compile nil | 399 | (defcustom package-native-compile nil |
| 400 | "Non-nil means to native compile packages after installing them. | 400 | "Non-nil means to natively compile packages as part of their installation. |
| 401 | This controls ahead-of-time compilation. If this option is nil, | 401 | This controls ahead-of-time compilation of packages when they are |
| 402 | packages are normally compiled after they have been loaded for | 402 | installed. If this option is nil, packages will be natively |
| 403 | the first time. | 403 | compiled when they are loaded for the first time. |
| 404 | 404 | ||
| 405 | This option does not have any effect if Emacs was not built with | 405 | This option does not have any effect if Emacs was not built with |
| 406 | native compilation support." | 406 | native compilation support." |