]> git.eshelyaron.com Git - emacs.git/commitdiff
; * etc/NEWS: Fix typos.
authorMichael Albinus <michael.albinus@gmx.de>
Tue, 24 Jan 2023 08:27:17 +0000 (09:27 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Tue, 24 Jan 2023 08:27:17 +0000 (09:27 +0100)
etc/NEWS

index dd026016382a1d408a192034fe24370c26efe3cc..ec0c9650f76c06d71a461dbc61d407dd271ce83d 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1679,12 +1679,14 @@ command is installed.
 
 ---
 *** C++ Mode now supports most of the new features in the C++20 Standard.
+
 ---
-*** In objective-C Mode, the default value of
-objc-font-lock-extra-types has been changed to nil, since too many
-identifiers were getting misfontified as types.  This may cause some
-actual types not to get fontified.  To get the old behavior back,
-customize the variable to the value suggested in its doc string.
+*** In Objective C Mode, no extra types are recognized by default.
+The default value of 'objc-font-lock-extra-types' has been changed to
+nil, since too many identifiers were getting misfontified as types.
+This may cause some actual types not to get fontified.  To get the old
+behavior back, customize the user option to the value suggested in its
+doc string.
 
 ** Cperl Mode