]> git.eshelyaron.com Git - emacs.git/commitdiff
; cperl-mode: Fix a wide docstring which causes warnings when compiling
authorHarald Jörg <haj@posteo.de>
Sun, 2 Jul 2023 11:00:21 +0000 (13:00 +0200)
committerHarald Jörg <haj@posteo.de>
Sun, 2 Jul 2023 11:06:50 +0000 (13:06 +0200)
* 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

index 1abe57c15eaed87447e758e3d77f2a84a10091f0..0b3cee7d2d0723ac7cc4ff54eb2e427d7d6b3ee8 100644 (file)
@@ -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")