From: Harald Jörg Date: Sun, 2 Jul 2023 11:00:21 +0000 (+0200) Subject: ; cperl-mode: Fix a wide docstring which causes warnings when compiling X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=777c4dfa30f33c5e1318cb601759ea4ef278c4f7;p=emacs.git ; 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) --- 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")