; 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)
This commit is contained in:
parent
c2e4c68333
commit
777c4dfa30
1 changed files with 3 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Reference in a new issue