; * etc/NEWS: Fix typos.

This commit is contained in:
Michael Albinus 2023-01-24 09:27:17 +01:00
parent c15c0f7f01
commit bc78285e68

View file

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