From 777c4dfa30f33c5e1318cb601759ea4ef278c4f7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Harald=20J=C3=B6rg?= Date: Sun, 2 Jul 2023 13:00:21 +0200 Subject: [PATCH] ; cperl-mode: Fix a wide docstring which causes warnings when compiling MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit * 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") -- 2.39.2