emacs-diffs
[Top][All Lists]
Advanced

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

emacs-29 1ef359095e: ; * etc/NEWS (--with-native-compilation=aot): Tweak


From: Sean Whitton
Subject: emacs-29 1ef359095e: ; * etc/NEWS (--with-native-compilation=aot): Tweak wording.
Date: Sat, 14 Jan 2023 14:51:22 -0500 (EST)

branch: emacs-29
commit 1ef359095ec610a92c1f485b3f301782336dfc4e
Author: Sean Whitton <spwhitton@spwhitton.name>
Commit: Sean Whitton <spwhitton@spwhitton.name>

    ; * etc/NEWS (--with-native-compilation=aot): Tweak wording.
    
    I've observed people thinking that this is a completely new feature.
---
 etc/NEWS | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/etc/NEWS b/etc/NEWS
index ac338da71e..d1ddd0194c 100644
--- 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



reply via email to

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