emacs-diffs
[Top][All Lists]
Advanced

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

master 777c4dfa30f: ; cperl-mode: Fix a wide docstring which causes warn


From: Harald Jörg
Subject: master 777c4dfa30f: ; cperl-mode: Fix a wide docstring which causes warnings when compiling
Date: Sun, 2 Jul 2023 07:07:17 -0400 (EDT)

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

    ; cperl-mode: Fix a wide docstring which causes warnings when compiling
    
    * lisp/progmodes/cperl-mode.el (defconst): Fix wide docstring for '
    cperl--sloppy-signature-rx' (thanks Mattias Engdegård for reviewing)
---
 lisp/progmodes/cperl-mode.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/lisp/progmodes/cperl-mode.el b/lisp/progmodes/cperl-mode.el
index 1abe57c15ea..0b3cee7d2d0 100644
--- a/lisp/progmodes/cperl-mode.el
+++ b/lisp/progmodes/cperl-mode.el
@@ -1363,7 +1363,9 @@ place.")
                ,cperl--ws*-rx
                (or "," "=" "||=" "//=" ")"))
     "A rx sequence for the begin of a signature with initializers.
-Initializers can contain almost all Perl constructs and thus can not be 
covered by regular expressions.  This sequence captures enough to distinguish a 
signature from a prototype.")
+Initializers can contain almost all Perl constructs and thus can
+not be covered by regular expressions.  This sequence captures
+enough to distinguish a signature from a prototype.")
 
   (defconst cperl--package-rx
     `(sequence (group "package")



reply via email to

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