From de16621b5109f628c3ce41bdb15de6b29f540602 Mon Sep 17 00:00:00 2001 From: Andrea Corallo Date: Wed, 21 Apr 2021 15:23:33 +0200 Subject: [PATCH] * lisp/emacs-lisp/comp.el (batch-byte-native-compile-for-bootstrap): Fix typo. --- lisp/emacs-lisp/comp.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'). -- 2.39.2