emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master a5789198b34: cperl-mode.el: Add new user option to etc/NEWS


From: Harald Jörg
Subject: master a5789198b34: cperl-mode.el: Add new user option to etc/NEWS
Date: Fri, 13 Oct 2023 18:51:39 -0400 (EDT)

branch: master
commit a5789198b34d83413674e596887c089a651f7cf4
Author: Harald Jörg <haj@posteo.de>
Commit: Harald Jörg <haj@posteo.de>

    cperl-mode.el: Add new user option to etc/NEWS
    
    * etc/NEWS: Announce new user option `cperl-fontify-trailer'.
---
 etc/NEWS | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/etc/NEWS b/etc/NEWS
index 0f9b5f98ebf..a8d028afc9d 100644
--- 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)
 
 +++



reply via email to

[Prev in Thread] Current Thread [Next in Thread]