]> git.eshelyaron.com Git - emacs.git/commitdiff
cperl-mode.el: Add new user option to etc/NEWS
authorHarald Jörg <haj@posteo.de>
Fri, 13 Oct 2023 22:48:23 +0000 (00:48 +0200)
committerHarald Jörg <haj@posteo.de>
Fri, 13 Oct 2023 22:48:23 +0000 (00:48 +0200)
* etc/NEWS: Announce new user option `cperl-fontify-trailer'.

etc/NEWS

index 0f9b5f98ebf89c2161eed27711e99a452d530f8b..a8d028afc9d84941cf3e83bd6c67379a00d197d0 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -796,6 +796,13 @@ which makes them visually distinct from subroutine prototypes.
 CPerl mode supports the new keywords for exception handling and the
 object oriented syntax which were added in Perl 5.36 and 5.38.
 
+*** New user option 'cperl-fontify-trailer'.
+This user option takes the values "perl-code" or "comment" and treats
+text after an "__END__" or "__DATA__" token accordingly.  The default
+value of "perl-code" is useful for trailing POD and for AutoSplit
+modules, the value "comment" makes cperl-mode treat trailers as
+comment, like perl-mode does.
+
 ** Emacs Sessions (Desktop)
 
 +++