diff options
author | Andrea Corallo <akrl@sdf.org> | 2021-04-21 15:23:33 +0200 |
---|---|---|
committer | Andrea Corallo <akrl@sdf.org> | 2021-04-21 17:36:59 +0200 |
commit | de16621b5109f628c3ce41bdb15de6b29f540602 (patch) | |
tree | 89b18a16b04f3c9c96f6aece1b313d256fbd1cfc /lisp/emacs-lisp | |
parent | f842816125c54a46eb786ff15622d88792e7677a (diff) | |
download | emacs-de16621b5109f628c3ce41bdb15de6b29f540602.tar.gz emacs-de16621b5109f628c3ce41bdb15de6b29f540602.tar.bz2 emacs-de16621b5109f628c3ce41bdb15de6b29f540602.zip |
* lisp/emacs-lisp/comp.el (batch-byte-native-compile-for-bootstrap): Fix typo.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/comp.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el index 394b8cb73c0..587618116fe 100644 --- a/lisp/emacs-lisp/comp.el +++ b/lisp/emacs-lisp/comp.el @@ -4166,7 +4166,7 @@ Native compilation equivalent to `batch-byte-compile'." ;;;###autoload (defun batch-byte-native-compile-for-bootstrap () - "Like `batch-native-compile', but used for booststrap. + "Like `batch-native-compile', but used for bootstrap. Generate .elc files in addition to the .eln files. Force the produced .eln to be outputted in the eln system directory (the last entry in `comp-eln-load-path'). |