summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/comp.el
diff options
context:
space:
mode:
authorAndrea Corallo <akrl@sdf.org>2021-04-21 15:23:33 +0200
committerAndrea Corallo <akrl@sdf.org>2021-04-21 17:36:59 +0200
commitde16621b5109f628c3ce41bdb15de6b29f540602 (patch)
tree89b18a16b04f3c9c96f6aece1b313d256fbd1cfc /lisp/emacs-lisp/comp.el
parentf842816125c54a46eb786ff15622d88792e7677a (diff)
downloademacs-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/comp.el')
-rw-r--r--lisp/emacs-lisp/comp.el2
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').