]> git.eshelyaron.com Git - emacs.git/commitdiff
; NEWS copyedits
authorGlenn Morris <rgm@gnu.org>
Mon, 26 Apr 2021 00:49:42 +0000 (17:49 -0700)
committerGlenn Morris <rgm@gnu.org>
Mon, 26 Apr 2021 00:49:42 +0000 (17:49 -0700)
etc/NEWS

index 7e30941e4bc8f3ad6a4a18eaaa3a6e5d52ab3f93..9bf232ac028a51cdb71611d5309424bb7c60e95f 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -25,14 +25,13 @@ applies, and please also update docstrings as needed.
 * Installation Changes in Emacs 28.1
 
 ** Emacs now optionally supports native compilation of Lisp files.
-To enable, configure Emacs with the '--with-native-compilation' option
-to the 'configure' script.  This requires to have the libgccjit
-library to be installed and functional.
+To enable this, configure Emacs with the '--with-native-compilation' option.
+This requires the libgccjit library to be installed and functional.
 
 ---
 ** Support for building with Motif has been removed.
 
-** Cairo graphics library is now used by default if found.
+** The Cairo graphics library is now used by default if present.
 '--with-cairo' is now the default, if the appropriate development files
 are found by 'configure'.  Note that building with Cairo means using
 Pango instead of libXFT for font support.  Since Pango 1.44 has