]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/emacs-lisp/comp.el (batch-byte-native-compile-for-bootstrap): Fix typo.
authorAndrea Corallo <akrl@sdf.org>
Wed, 21 Apr 2021 13:23:33 +0000 (15:23 +0200)
committerAndrea Corallo <akrl@sdf.org>
Wed, 21 Apr 2021 15:36:59 +0000 (17:36 +0200)
lisp/emacs-lisp/comp.el

index 394b8cb73c09da464187ea713c225f36da89795f..587618116fe1ae6b24fddb3c45e60378c8be08f4 100644 (file)
@@ -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').