]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/emacs-lisp/bytecomp.el (byte+native-compile): Update docstring.
authorAndrea Corallo <akrl@sdf.org>
Mon, 14 Jun 2021 12:17:04 +0000 (14:17 +0200)
committerAndrea Corallo <akrl@sdf.org>
Mon, 14 Jun 2021 12:18:06 +0000 (14:18 +0200)
lisp/emacs-lisp/bytecomp.el

index 96a0da924fc60443392458e589f5e1f4e5ab9b23..3d3a285a0d45c2ca630f776da175fd54079f8f01 100644 (file)
@@ -607,11 +607,7 @@ Each element is (INDEX . VALUE)")
 (defvar byte-native-qualities nil
   "To spill default qualities from the compiled file.")
 (defvar byte+native-compile nil
-  "Non nil while compiling for bootstrap."
-  ;; During bootstrap we produce both the .eln and the .elc together.
-  ;; Because the make target is the later this has to be produced as
-  ;; last to be resilient against build interruptions.
-)
+  "Non-nil while producing at the same time byte and native code.")
 (defvar byte-to-native-lambdas-h nil
   "Hash byte-code -> byte-to-native-lambda.")
 (defvar byte-to-native-top-level-forms nil