; * etc/NEWS (--with-native-compilation=aot): Tweak wording.
I've observed people thinking that this is a completely new feature.
This commit is contained in:
parent
a8eb9dd400
commit
1ef359095e
1 changed files with 4 additions and 2 deletions
6
etc/NEWS
6
etc/NEWS
|
@ -25,11 +25,13 @@ applies, and please also update docstrings as needed.
|
||||||
* Installation Changes in Emacs 29.1
|
* Installation Changes in Emacs 29.1
|
||||||
|
|
||||||
---
|
---
|
||||||
** Ahead-of-time native compilation can now be specified via configure.
|
** Ahead-of-time native compilation can now be requested via configure.
|
||||||
Use '--with-native-compilation=aot' to specify that all the Lisp files
|
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
|
in the Emacs tree should be natively compiled ahead of time. (This is
|
||||||
slow on most machines.)
|
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.
|
** Emacs can be built with the tree-sitter parsing library.
|
||||||
This library, together with grammar libraries, provides incremental
|
This library, together with grammar libraries, provides incremental
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue