From: Andrea Corallo Date: Wed, 21 Apr 2021 13:23:33 +0000 (+0200) Subject: * lisp/emacs-lisp/comp.el (batch-byte-native-compile-for-bootstrap): Fix typo. X-Git-Tag: emacs-28.0.90~2727^2~4 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=de16621b5109f628c3ce41bdb15de6b29f540602;p=emacs.git * lisp/emacs-lisp/comp.el (batch-byte-native-compile-for-bootstrap): Fix typo. --- 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').