]> git.eshelyaron.com Git - emacs.git/commitdiff
; * etc/NEWS (--with-native-compilation=aot): Tweak wording.
authorSean Whitton <spwhitton@spwhitton.name>
Sat, 14 Jan 2023 19:50:54 +0000 (12:50 -0700)
committerSean Whitton <spwhitton@spwhitton.name>
Sat, 14 Jan 2023 19:50:54 +0000 (12:50 -0700)
I've observed people thinking that this is a completely new feature.

etc/NEWS

index ac338da71e83b8e5046da8c3444c7eba31d34149..d1ddd0194c1199e0209fe5ab73d0c77f5a96a509 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -25,11 +25,13 @@ applies, and please also update docstrings as needed.
 * Installation Changes in Emacs 29.1
 
 ---
-** Ahead-of-time native compilation can now be specified via configure.
-Use '--with-native-compilation=aot' to specify that all the Lisp files
+** Ahead-of-time native compilation can now be requested via configure.
+Use '--with-native-compilation=aot' to request that all the Lisp files
 in the Emacs tree should be natively compiled ahead of time.  (This is
 slow on most machines.)
 
+This feature existed in Emacs 28.1, but was less easy to request.
+
 +++
 ** Emacs can be built with the tree-sitter parsing library.
 This library, together with grammar libraries, provides incremental