From: Michael Albinus Date: Tue, 24 Jan 2023 08:27:17 +0000 (+0100) Subject: ; * etc/NEWS: Fix typos. X-Git-Tag: emacs-29.0.90~613 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bc78285e6864f07212c21f70fe62ba06a647256b;p=emacs.git ; * etc/NEWS: Fix typos. --- diff --git a/etc/NEWS b/etc/NEWS index dd026016382..ec0c9650f76 100644 --- 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