]> git.eshelyaron.com Git - emacs.git/commitdiff
cperl-mode: fix doc string escaping
authorMattias EngdegÄrd <mattiase@acm.org>
Mon, 10 Jun 2024 12:03:48 +0000 (14:03 +0200)
committerEshel Yaron <me@eshelyaron.com>
Wed, 12 Jun 2024 09:24:08 +0000 (11:24 +0200)
* lisp/progmodes/cperl-mode.el (cperl--extra-paired-delimiters):
Fix broken escaping.

(cherry picked from commit 087b842eedbaff3990cb6f80786934f4c5220d63)

lisp/progmodes/cperl-mode.el

index 18af10cb8078f8cabaa078404ca5580bfc066201..1544dcd8a1969e01e909b0eca0ca98a7c207886f 100644 (file)
@@ -3683,7 +3683,7 @@ fontified.  Do nothing if BEGIN and END are equal.  If
                                          ( ?\N{U+1F8AB} . ?\N{U+1F8AA} ))
   "Full list of paired delimiters for quote-like constructs.
 As an experimental feature, Perl uses these under \"feature
-\='extra_paired_delimiters\='\" or in feature bundles of Perl 5.40 or
+\\='extra_paired_delimiters\\='\" or in feature bundles of Perl 5.40 or
 newer.  To activate the extra delimiters, switch on the minor mode
 `cperl-extra-paired-delimiters-mode'.  This is also available from the
 \"Perl\" menu in section \"Toggle...\".