emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

feature/native-comp de16621 3/3: * lisp/emacs-lisp/comp.el (batch-byte-n


From: Andrea Corallo
Subject: feature/native-comp de16621 3/3: * lisp/emacs-lisp/comp.el (batch-byte-native-compile-for-bootstrap): Fix typo.
Date: Wed, 21 Apr 2021 11:41:18 -0400 (EDT)

branch: feature/native-comp
commit de16621b5109f628c3ce41bdb15de6b29f540602
Author: Andrea Corallo <akrl@sdf.org>
Commit: Andrea Corallo <akrl@sdf.org>

    * 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 394b8cb..5876181 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').



reply via email to

[Prev in Thread] Current Thread [Next in Thread]